This repo is intended to get you started with a chip.js project.
It uses gulp to manage the build processes and browserify to provide commonjs modules to your code.
It supports newer css features, less, stylus, and coffeescript out of the box.
It is set up for localization and dates with i18next and momentjs.
It is ready to start creating unit tests.
You can download the latest from the releases tab to get started. Once downloaded, change to your new project directory and run;
npm install
You can run the application in a small bundled server using:
npm start
You can run the tests using:
npm test
You can build a production release with:
npm run build
You can add additional compilation steps and features by modifying gulpfile.js
.