Start a fresh website using 11ty to do a bunch of stuff. Most importantly, this compiles Sass and automatically refreshes the browser when you make changes!
nvm use
npm i
npm run start
- See it running at http://localhost:8080
If you have Netlify Functions you want to be able to run locally, install the Netlify command line interface and run netlify dev
instead of npm run start
.