/ng-inbox

A simple read-only Inbox clone using Angular Material

Primary LanguageTypeScript

ng-inbox

A simple read-only Inbox clone using Angular Material

Prerequisites

  • Make sure .env is present in the directory or all environment variables listed in example.env are set accordingly

Steps

  1. Install Docker
  2. docker-compose up
  3. Open http://localhost:9191/

Development

  • npm install -g gulp
  • npm install
  • gulp - build project
  • gulp test - run tests
  • gulp serve - run development server
  • NODE_ENV=production gulp - simulate production build
  • NODE_ENV=production gulp serve - run production server