Skip to content

Minimal React + Redux starter kit for experiments.

Notifications You must be signed in to change notification settings

suniltaneja/Minimal-React

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal-React

Minimal React + Redux starter kit for experiments.

Build Status

It has bare minimum to start development:

  • React
  • Redux
  • Webpack
  • Babel and css loaders

Example (from 'docs' directory): https://enkot.github.io/Minimal-React/

Read article on Medium.

Installation

Clone from repository:

$ git clone https://github.com/enkot/Minimal-React.git

Install dependencies:

$ yarn // or 'npm install'

Running

Build files and start local server in watch mode:

$ yarn start // or 'npm start'

Open the web browser to http://localhost:8080/ and you will see simple project management app (like Trello board):

alt text

About

Minimal React + Redux starter kit for experiments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • CSS 20.6%