Install npm on your local machine. Clone down this repository to get started.
Ensure the following developer dependecies have been installed in your package.json file.
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"mocha": "^3.4.2",
"webpack": "^3.3.0"
}
Execute the following command to run the test suite:
npm run test
- Jason Hughes - Github
This project is licensed under the MIT License - see the LICENSE.md file for details