ALPHA CAMP Season 3 Frontend Assignment 1
- HTML
- SASS/SCSS
npm install
- Right click index.html
- Copy path
- Open a window in your browser and go to the copied path
sass --watch ./styles/main.scss main.css
This command will run sass to watch any changes to the scss files, and update main.css accordingly when changes occur.
/styles - CSS styles
/public - root directory of static files
/public/icons - SVG icons
/public/images - other images including preview pictures