Skip to content

derek-fong/lexpresed

Repository files navigation

Lexpresed

CircleCI

A simple Express.js application with Docker, deployed to Heroku.

Usage

  1. Install NPM dependencies with npm install.

  2. Specify $NODE_ENV as "development" or "production".

  3. Run npm run build to start Webpack with Hot Module Replacement enabled in development environment.

  4. Open a new terminal and run npm run start:env to run App with Dotenv.