Skip to content

axsmap/app

Repository files navigation

app | AXS Map web application

styled with airbnb formatted with prettier built with webpack

AXS Map web application

Getting started

  • 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.

Structure

The project leverages:

How to Deploy

  1. Make sure you have an .env file in the root path with all the variables for the production environment.
  2. Go into the root path and run the following command: npm run build. This way you will have a production build of the app.
  3. Follow the AWS deployment steps here. Alternatively for local development: The build folder is ready to be deployed.
  4. You may serve it with a static server: npm install -g serve serve -s build