Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l4ci/starterkit
Quick-start frontend developer boilerplate. Folder structure, useful sass mixins, and much more.
https://github.com/l4ci/starterkit
css grunt javascript sass-mixins yarn
Last synced: about 1 month ago
JSON representation
Quick-start frontend developer boilerplate. Folder structure, useful sass mixins, and much more.
- Host: GitHub
- URL: https://github.com/l4ci/starterkit
- Owner: l4ci
- Created: 2014-11-11T08:54:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T20:50:45.000Z (over 6 years ago)
- Last Synced: 2024-10-15T16:21:07.964Z (about 1 month ago)
- Topics: css, grunt, javascript, sass-mixins, yarn
- Language: HTML
- Homepage:
- Size: 703 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Boilerplate
Quick-start frontend developer boilerplate. Modular folder structure, useful sass mixins, flexbox-grid and much more to get started.## Get started
1. `git clone https://github.com/l4ci/Starterkit.git www`
2. `cd www`
3. `yarn` (This requires [yarn](https://yarnpkg.com/en/) to be installed first)
4. `gulp watch` (This will open your browser and setup BrowserSync)
5. Read index page, that just opened.
6. 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`.## Project
Take a look on what's coming next and other suggestions on our Gitub board: