Available at gorioli.github.io/notes
Installing all dependencies:
npm install
or simply
npm i
Compiling .scss files into .css:
npm run sass
Compiling .jsx files into one bundle.js file:
npm run build
The project is ready for browsing index.html with js debugging under 'webpack://' folder in chrome dev tools