Skip to content

Minimal todo list for react with redux one page application

License

Notifications You must be signed in to change notification settings

droidpl/miniplate-react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal react-redux boilerplate (2018)

Minimal React + Redux starter kit for experiments.

It has bare minimum to start development:

  • React
  • Redux
  • Webpack
  • Babel and css loaders

Credits to: https://enkot.github.io/Minimal-React/ for the starting project.

Installation

Clone from repository:

$ git clone https://github.com/droidpl/miniplate-react-redux

Install dependencies:

$ npm install

Running

Build files and start local server in watch mode:

$ npm run start

This will open the browser at http://localhost:8080/.

If you want to create a distributable file you can run:

npm run build

This will create a dist directory with the bundle.js and the the index.html for your react application.

Debugger setup

To setup the debugger in intellij:

  • Setup the npm run start command
  • Setup a 'javascript debugger' task -- In the configuration, setup in the root folder the following mapping: webpack:///.
  • Run the start command
  • Run the javascript debugger task with the debugger mode

About

Minimal todo list for react with redux one page application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published