- To view the page
Simply go to ./dist folder, open index.html
- scss
Scss files are located in ./src/styles.scss. The css file styles.css in ./dist is generated by the scss in ./src
- To run scss
If you want to change or test those scss files, please firstly npm install (to install node-sass), and secondly run npm run build-css in command line to build css.
- Question
Please feel free to send feedback to jieyi.li09@gmail.com, and thank you.