Developed a fully functional front-end project to connect to an existing database that simulates an e-commerce application. Application was created by integrating the code base of each component from a team member to one product.
Product Overview: Blake Lenhard
Questions and Answers: Timothy Loo
Ratings and Reviews: Brian Pham
npm install
Duplicate copy.env
in the env directory
Rename to .env
cp env/copy.env env/.env
Duplicate config copy.js
in the env directory
Rename to config.js
cp 'env/config copy.js' env/config.js
Replace the "add your token here" to your API Token and save
To create a production build:
npm run start
To create development build:
npm run server-dev & npm run client-dev