/Minimal-React

Minimal React + Redux starter kit for experiments.

Primary LanguageJavaScript

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