Skip to content

magiccoder815/MERN-Typescript

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages