E-Commerce Platform created using the MERN Stack w/ TypeScript
- Install dependencies
npm install
- Run all unit tests
npm test
- Run an individual unit test
npm test -- filename.test.ts
- Start server
npm run server
- Start client
npm run client
- Start server & client
npm run dev