Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 953 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 953 Bytes

REACT EXPRESS Boilerplate

This is a sophisticated boilerplate that uses React on front-end and Node.js (Express) on back-end.

This boilerplate is empowered by the following technologies: • Redux
• Redux-saga
• Mongoose
• Material-UI
• Moment

It's a usable CRUD (Create, Read, Update, Delete) app, using todo-s to illustrate that.

Follow the steps below to get started using this boilerplate for your project!

Prerequisites

• Node - version >= 7
• npm - version >= 4
• MongoDB - any version

Install

First, clone the repository via git:

$ git clone https://github.com/codeep/React-Express-Boilerplate.git

Then, install dependencies using npm.

$ cd React-Express-Boilerplate
$ npm install

Run

Start the app:

$ npm start

This command will start the React application and API simultaneously.

Try to add, edit, and delete todos and enjoy all the functionalities provided.