Skip to content

Minimal React + Redux starter kit for experiments.

Notifications You must be signed in to change notification settings

enkot/Minimal-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 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:https://localhost:8080/ and you will see simple project management app (like Trello board):

alt text

About

Minimal React + Redux starter kit for experiments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published