Install Visual Studio on Windows
git clone https://github.com/pcc-csc/ecommerce-site.git
cd ecommerce-site
or
brew install node
- click install
What am I agreeing to install?
- EditorConfig for VS Code
- Prettier Code Formatting
- ESlint
- Stylelint
- Check the
package.jsonfile for a list of dependencies
yarn install
Dependancies are listed in package.json
yarn serve
Scripts are listed in package.json
yarn lint