/TypeScript-MERN-Ecommerce

E-Commerce Platform Built using the MERN Stack w/ TypeScript

Primary LanguageTypeScript

TypeScript MERN E-Commerce Platform

E-Commerce Platform created using the MERN Stack w/ TypeScript

Installation

  1. Install dependencies
npm install

Running Unit Tests

  1. Run all unit tests
npm test
  1. Run an individual unit test
npm test -- filename.test.ts

Running the server

  1. Start server
npm run server

Running the client

  1. Start client
npm run client

Running the server & client concurrently

  1. Start server & client
npm run dev

Built With

Screenshots

Coming Soon