One step up from Codepen - work in your local environment using the handiness of Nunjucks for templating, SCSS with autoprefixing and BrowserSync.
- Renders Nunjucks templates
- Has Browsersync starting a local server
- Compiles SCSS
- js - your javascript
- scss - your scss
- src - your pug files
- images - your images
- dist - your generated website
If you need more power, a styleguide, better navigation between templates, consider Bedrock.
Run npm install
then npm start
to start working.
Run npm run build
to create a build.
Make sure browsersync is installed globally: npm install -g browser-sync
.