Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 538 Bytes

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