https://github.com/coder-abdo/mern-poilerplate
MERN Stack Poilerplate
https://github.com/coder-abdo/mern-poilerplate
Last synced: 4 months ago
JSON representation
MERN Stack Poilerplate
- Host: GitHub
- URL: https://github.com/coder-abdo/mern-poilerplate
- Owner: coder-abdo
- Created: 2020-07-15T14:47:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:33:26.000Z (over 2 years ago)
- Last Synced: 2025-01-14T11:58:22.011Z (6 months ago)
- Language: TypeScript
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Stack Poilerplate using Typescript
## Back End
- Typescript
- Express
- Mongoose
- Cors
- Bcryptjs
- Helmet
- Morgan
- Jsonwebtoken
- Dotenv### to install the depemdencies run this command
`yarn` or `npm install`
### to run the server
`yarn start` or `npm run start`
### to get the build
`yarn build` or `npm run build`