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.
- Host: GitHub
- URL: https://github.com/mirsahib/mern-skeleton-typescript
- Owner: mirsahib
- License: mit
- Created: 2021-10-01T19:28:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T05:11:00.000Z (about 4 years ago)
- Last Synced: 2025-01-25T11:43:28.023Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.gitcd mern-skeleton-typescript
npm install
npm run development <=== run the development server
```# Special Thanks
[Shama Hoque](https://github.com/shamahoque) for creating MERN-Skeleton