Skip to content

A react app starter kit with a scalable structure for much easier management and development.

Notifications You must be signed in to change notification settings

orange-beans/easy-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

easy-react-starter: A react app starter kit with a scalable structure for much easier management and development.

Tools / Libraries included (all tools and libraries are properly setup to be easily implemented)

Backend:

  • express

React:

  • react-router
  • react-css-modules
  • react-slick
  • react-redux

Redux:

  • redux
  • redux-thunk
  • redux-logger
  • redux-actions
  • redux-devtools

Transform:

  • babel

Packaging:

  • webpack

Linting:

  • eslint

To Install

Clone into a local folder:

$ git clone https://github.com/orange-beans/React-SPA-boilerplate.git

Then install dependent modules:

$ npm install

To Use

Run the server and front-end development

$ npm run start

Run the server only

$ npm run server

Run front-end development only

$ npm run front-dev

Access your App

Open your browser, and go to localhost:3001.

Things to note

Make sure you run front-dev at least once before you run server

About

A react app starter kit with a scalable structure for much easier management and development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published