Click here to access the layout.
- Create Repo
- Add Pull Request Template
- Create Project board on github
- Create Git Flow Guide
- Create CSS patterns Guide
- Add Vite to project
- Node.js version 12.2.0+ installed on your machine. Use nvm for this
- Package manager (npm or yarn)
- Clone the project
- Open the project folder
- Open the terminal and type
npm install
- To run the project run
npm run dev
- To take down the project press ctrl + c