Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 667 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 667 Bytes

Alpha Shop

ALPHA CAMP Season 3 Frontend Assignment 1

This project is currently built on

  • HTML
  • SASS/SCSS

Install dependency

npm install

How to view webpage

  1. Right click index.html
  2. Copy path
  3. Open a window in your browser and go to the copied path

How to compile SCSS into CSS using SASS

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.

Project Directory Explanation

/styles - CSS styles

/public - root directory of static files

/public/icons - SVG icons

/public/images - other images including preview pictures