Skip to content

AndreasCag/GoogleMaps-searcher

Repository files navigation

GoogleMaps searcher

It is a simple web app for search places and find app users.

Installation

For usage you have to have node.js and npm installed.

Do it in console:

npm install -g nodemon
npm install -g webpack
npm install

Usage

For start server and watch server changes, use command:

npm start

is equivalents to:

nodemon ./server.js --ignore client/

For watching client changes, use:

npm run development

And for production client build:

npm run production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published