Skip to content

A professional front-end template for building fast, robust, and adaptable web apps or sites using chip-js, based on HTML5 boilerplate.

Notifications You must be signed in to change notification settings

chip-js/chip-boilerplate

Repository files navigation

Chip Boilerplate

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.

About

A professional front-end template for building fast, robust, and adaptable web apps or sites using chip-js, based on HTML5 boilerplate.

Resources

Stars

Watchers

Forks

Packages

No packages published