Quick-start frontend developer boilerplate. Modular folder structure, useful sass mixins, flexbox-grid and much more to get started.
git clone https://github.com/l4ci/Starterkit.git www
cd www
yarn
(This requires yarn to be installed first)gulp watch
(This will open your browser and setup BrowserSync)- Read index page, that just opened.
- Start coding within the
/src
folder. Every change should auto-compile into/dist
and be displayed right away.
Note
On Win64 bit systems it is possible you have to rebuild node-sass
by running yarn add --force node-sass
.
Take a look on what's coming next and other suggestions on our Gitub board: https://github.com/l4ci/Starterkit/projects/1