/express-es6plus-starter

An Express starter with featuring ES6+

Primary LanguageJavaScriptMIT LicenseMIT

Express minimal starter

An Express starter with featuring ES6+.

Install dependencies:

yarn

Run development server:

yarn start:dev

Run production server:

yarn start:prod