Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjijin/mern-starter
⚛️MERN Starter with redux
https://github.com/pjijin/mern-starter
expressjs mongo mongoose nodejs reactjs redux starter-kit
Last synced: 8 days ago
JSON representation
⚛️MERN Starter with redux
- Host: GitHub
- URL: https://github.com/pjijin/mern-starter
- Owner: PJijin
- Created: 2019-04-14T17:53:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:43:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T17:46:22.646Z (over 1 year ago)
- Topics: expressjs, mongo, mongoose, nodejs, reactjs, redux, starter-kit
- Language: JavaScript
- Size: 7.35 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Starter ⚡️
MERN Starter with Redux.
# Usage 📖
1. Clone the repository
2. Run this command for downloading dependency
npm run install
3. Enter mongodb config on config/default.json
4. Start the server and client
npm run devClient http://localhost:3000/
Server http://localhost:5000/
Command
Descriptionnpm run install
Download the dependency files of client and server.
npm run client
Start the servernpm run server
Start the servernpm run dev
Starts both server and client