Getting started with sass
-
To convert sass files to css, run
npm run build
-
When developing, to add a watch to listen for changes in sass files and convert to css, run
npm run watch
-
To run the server, run
npm start
(the project will start on http://localhost:8080)