This project was bootstrapped with Create React App
It uses Sass (with .scss). The styles are loaded at the template level with node-sass-chokidar
css preprocessor
Dependencies are handled by npm.
npm i
- to install dependencies
npm start
for developing (it runs webpack-dev-server)
npm run build
to run a dev build