/BasicBoilerplate

Just a simple starting point for trivial front end

Primary LanguageJavaScript

BasicBoilerplate

A trivial starting point for front end stuff.

Requirements

The repo assumes the use of Yarn (https://yarnpkg.com), and requires the installation of gulp-cli.

npm install yarn gulp-cli browser-sync -g

Get Started

yarn

What's currently supported

TODO

  • Add testing support. I've used Cypress.io before, and was rather pleased: natural sugar around karma/mocha/chai. While I'm decided, I'd like to support it out of the box.