Clone the repository or download it in zip format, then
Navigate to projects folder
Install dependencies
npm installStart the dev server
npm run devTo build for production
npm run build- Use the 'src' folder for all project files.
- HTML
- JS
- SCSS
- vite.config.js file sets up project input to 'src' folder.
- Use eslintrc file to configure linting rules
- Use prettierrc file to configure formatting rules