Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 dev

Client http://localhost:3000/

Server http://localhost:5000/

Command
Description

npm run install
Download the dependency files of client and server.


npm run client
Start the server

npm run server
Start the server

npm run dev
Starts both server and client