nguyenbathanh / es6-mocha-starter

Simple starter with ES6, Mocha, Chai setup with webpack-dev-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

es6-mocha-starter

Simple starter with ES6, Mocha, Chai setup with webpack-dev-server

How to run locally

Make sure you have Node JS installed on your machine

If not, than this article will help you.

// To install the dependencies
npm install

// To start the application
npm run start

// To run test
npm run test

// To run test in watch mode
npm run test:watch

About

Simple starter with ES6, Mocha, Chai setup with webpack-dev-server


Languages

Language:JavaScript 78.3%Language:HTML 21.7%