Skip to content

moneta/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are basic steps to run Google Maps APIs with Redux React on the front end and NodeJS + in the backend.

The app allows the user to search for an address in a map, draw a solar installation and calculate its size.

I. Installation:

  1. Clone the project

  2. Install the node server

    • cd /YOUR_FOLDER_PATH/solar/server

    • npm install

  3. Install and build the web UI

  • cd ..

  • npm install

  • npm run build

  1. Run the server
  • cd server

  • node server

Open your browser at: http://localhost:3001/index.html

About

Google API - Redux - React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published