This is official repository for my framework for building HTML templates.
IE | Google Chrome | Mozilla Firefox | Safari |
---|---|---|---|
+11 | +65 | +65 | +10.0 |
yarn
or
npm install
npm start
or
gulp clean && gulp default
In order to establish consistent code style there are some test for HTML, Sass and JavaScript code. Run following command to test the code style:
npm run test
or
gulp test