A simple read-only Inbox clone using Angular Material
- Make sure
.env
is present in the directory or all environment variables listed inexample.env
are set accordingly
- Install Docker
docker-compose up
- Open http://localhost:9191/
npm install -g gulp
npm install
gulp
- build projectgulp test
- run testsgulp serve
- run development serverNODE_ENV=production gulp
- simulate production buildNODE_ENV=production gulp serve
- run production server