UniMarket is a place for students at the same University to buy/sell school related products on one platform. This is a safe, easy, and fast way for students to pay for their college years.
- node
^4.5.0
- npm
^3.0.0
-
Install dependencies:
npm install
-
Start Development server:
npm start
This runs onlocalhost:3000
OR -
Start Development server:
npm run dev
to have the server auto refresh on code changes
Build code before deployment by running npm run build
.
- Build Project:
npm run build:prod
- Confirm Firebase config by running locally:
firebase serve
- Deploy to firebase:
firebase deploy