-
Notifications
You must be signed in to change notification settings - Fork 3
Tech choices
Jamie Unwin edited this page Jun 30, 2016
·
3 revisions
- Code Style:
- semistandard (https://github.com/Flet/semistandard)
- Backend:
- Hapi (http://hapijs.com/)
- Handlebars (http://handlebarsjs.com/)
- jsonapi (http://jsonapi.org/)
- Node.js 4.x (https://nodejs.org/en/)
- Frontend:
- page.js (https://visionmedia.github.io/page.js/)
- jquery (https://jquery.com/)
- scss (http://sass-lang.com/)
- Test/Build:
- tape (https://github.com/substack/tape)
- codecov (https://codecov.io/)
- nightwatch (http://nightwatchjs.org/)
- saucelabs http://saucelabs.com
- security (https://nodesecurity.io)
- browserify (http://browserify.org/)
- uglifyjs (https://github.com/mishoo/UglifyJS)
-
postcss (http://postcss.org/)
- autoprefixer (https://github.com/postcss/autoprefixer)
- cssnano (https://github.com/ben-eb/cssnano)
- Watch:
- nodemon (https://github.com/remy/nodemon)
- watchify (https://github.com/substack/watchify)