sudo-eddy / final-project-se-csc

Group project for CSC-478
0 stars 0 forks source link

CSC 478 Group project - Getting started

Welcome to our ecommerce app, in order to get the app running locally, please follow the following steps

  1. Install npm and node

  2. You can use the IDE of your choice, VS Code is recommended because of the LiveShare extension, we could use it to collaborate in case one of us gets stuck.

  3. Once you have cloned the project locally, run the following commands.

npm install

Installs the project's dependencies

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

This project was bootstrapped with Create React App.

Project guidelines