/express-app

Boilerplate for an Express webapp

Primary LanguageJavaScript

Boilerplate Express app

Requirements

Install

  • npm install -g gulp
  • npm install

Usage

This app uses Babel to transpile ES6+ JS.

  • To compile ./src -> ./dist
    • gulp babel

Run

npm start Runs node ./dist/app.js