An open API service indexing awesome lists of open source software.

https://github.com/mirsahib/mern-skeleton-typescript

A skeleton application written in typescript with basic user CRUD and auth features - developed using React, Node, Express and MongoDB.
https://github.com/mirsahib/mern-skeleton-typescript

Last synced: 7 months ago
JSON representation

A skeleton application written in typescript with basic user CRUD and auth features - developed using React, Node, Express and MongoDB.

Awesome Lists containing this project

README

          

# MERN Skeleton Typescript

# Description
A skeleton application written in typescript with basic user CRUD and auth features - developed using React, Node, Express and MongoDB.

# Installation

```bash
git clone https://github.com/mirsahib/mern-skeleton-typescript.git

cd mern-skeleton-typescript
npm install
npm run development <=== run the development server
```

# Special Thanks
[Shama Hoque](https://github.com/shamahoque) for creating MERN-Skeleton