Skip to content

codeep/React-Express-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f90b3cb · Jun 7, 2020

History

27 Commits
Jun 7, 2020
May 31, 2018
Jun 1, 2018
Jun 7, 2020
Jun 7, 2020
Mar 4, 2018
Jun 5, 2018
Jun 7, 2020
Jun 7, 2020
Jun 7, 2020
Jun 7, 2020

Repository files navigation

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.

About

A React Express Mongo Boilerplate to get started to development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published