Read Me
This repo is a full-stack e-commerce web application built with React.js and Next.js. The app is deployed with Vercel and uses testing with Jest.
Front page components include:
- Product Detail Information
- Related Items and a user Outfit manager
- Question and Answers
- and Product Reviews
Fork and clone the repository
Manually
-
From the command line run “npm install” to install dependencies
-
Start the development server “npm run dev”
-
OR start the app with “npm run build” and then "npm start"
With Vercel
-
Create an account with Vercel (if you have not already)
-
Connect this repo
-
Create environment file
-
Override output directory to ./build and deploy
Testing
Start testing with “npm test”