Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 702 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 702 Bytes

RateMyCoop

RateMyCoop is a website intended for UVic students to rate their co-ops in order to help others make decisions on where they want to apply.


rate-my-coop

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Install bootstrap locally

Navigate to your root project directory

cd C:/Your/Project/Path

If package.json does not include bootstrap

npm install --save bootstrap

Otherwise

npm install