/jetpack

🚀 Simple boilerplate for modern Javascript applications.

Primary LanguageJavaScriptMIT LicenseMIT

Jetpack 🚀

Jetpack example

Jetpack is a simple boilerplate with webpack, babel, mocha, chai and travis integration.

Usage

Jetpack uses folders src, test, dist to store source files, test files and distribution files respectively.

git clone git@github.com:ramadis/jetpack.git

Contributing

Feel free to submit any issues and PRs you want. To run the project:

npm run build && npm run test