Climate Action Plan VMT Data Portal (Version 2)
- WebDev (MZ)
- UI Requirements (WL/KS)
- initial environment set up (MZ)
- Complete front end page buildout (WL)
See the README in the etl folder
This project was generated with the Angular Full-Stack Generator version 4.2.2.
- Create "dist" folder at root of the project if it doesn't already exist
- Copy local.env.js file to server/config and rename to local.env.js
- Create Docker Container
docker compose up
- Container should now be running in Docker Desktop. Open local browser at localhost:3000
In Docker terminal, run gulp build
for building and gulp serve
for preview.
In Docker terminal, running npm test
will run the unit tests with karma.
After running gulp build
, compress all files in dist/server into a zip file. In AWS EB environment, select Upload and Deploy
, and point to zip file in dist/server