- Have the requirements installed on your local machine
- Clone this repository locally
- Navigate to where you cloned this repository
- Run
npm install
npm run serverstarts the dev server- Only edit files with the
srcfolder - Navigate to
http://localhost:8888to view output - LiveReload is enabled
- Only edit files with the
npm run buildbuilds the website to theoutputfolder- Do not rely on the server command to build the website
npm run cleancleans the output folder- The clean task is built into both the server and build commands, you won't need to often run this command
- autoprefixing for css
- @import enabled for css
- minifying of css content
- inlining and compression of all files (css, js, svgs, etc...)
- easy deployment to Netlify
- build command =
npm run build - publish directory =
output/
- build command =