/express-template

Node.js + Express + Nodemon + Webpack + Babel + ESLint

Primary LanguageJavaScriptMIT LicenseMIT

express-template

ENV

Create .env file and add all the variables (Example)

Development

Install package

$ npm install

Start server

$ npm run dev

Start lint JavaScript

$ npm run lint

Build

Building bundle.js to directory dist.

$ npm run build

Production

Start server

$ npm start