Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 599 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 599 Bytes

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.