- Work with SCSS and modern JavaScript using ES6/7, output cross-browser compatible code
- Clone the repo by running
git clone https://github.com/gilbertek/hugo-starter.git - Run
npm installto install the necessary NPM packages - That's it! You're ready to rock, just check the commands section below
| Command | Description |
|---|---|
npm run build |
Build a production-ready version of the site (outputs to ./public) |
npm run start |
Start development server (at http://localhost:1313), watch files for changes, re-build when necessary and auto-reload the browser |