AXS Map web application
npm install
npm start
Dev Notes:
Change *.env in both repos to local ip address. Make sure to have npm start
for api repo running.
The project leverages:
- Make sure you have an
.env
file in the root path with all the variables for the production environment. - Go into the root path and run the following command:
npm run build
. This way you will have a production build of the app. - Follow the AWS deployment steps here. Alternatively for local development: The build folder is ready to be deployed.
- You may serve it with a static server:
npm install -g serve
serve -s build