0.0.2 • Published 3 years ago
samtest123 v0.0.2
Node.js Boilerplate
A Node.js base project with ES6 syntax support using babel
Prerequisites
This project use Node.js, so you need to have it installed locally, follow this steps. Also npm is required, in order to install it follow this guide.
Getting Started
Clone this repository and install npm project dependencies
npm installRunning the tests
You can run all Mocha test using this command:
npm run testTher's a possibility to run tests on files' changed, usefull during development
npm run test:watchBuild
Build the code in a runnable ES5 format
npm run buildYou can watch the files' changes and automatically re-build it during the deployment
npm run build:watchCode style
A .editorconfig configuration file and .eslint files are provided, you can also run linter using this command:
npm run lintLicense
This project is licensed under the MIT License - see the LICENSE.md file for details