/JS-Base-Project

Base project with Mocha, Chai, Babel7, ES6 and ESLint

Primary LanguageJavaScriptMIT LicenseMIT

JS-Base-Project

Base project with Mocha, Chai, Babel7, ES6 and ESLint

How to run

After cloning the directory, install dependencies with:

yarn install

To run unit tests:

yarn test:watch

To start:

yarn start

To build:

yarn build

To serve:

yarn serve