Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droidpl/miniplate-react-redux
Minimal todo list for react with redux one page application
https://github.com/droidpl/miniplate-react-redux
boilerplate easy minimal minimalist react redux
Last synced: 6 days ago
JSON representation
Minimal todo list for react with redux one page application
- Host: GitHub
- URL: https://github.com/droidpl/miniplate-react-redux
- Owner: droidpl
- License: mit
- Created: 2018-10-19T08:25:41.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T22:47:28.000Z (about 2 years ago)
- Last Synced: 2024-12-15T23:43:43.426Z (2 months ago)
- Topics: boilerplate, easy, minimal, minimalist, react, redux
- Language: JavaScript
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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 loadersCredits 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:
```js
$ npm install
```## Running
Build files and start local server in watch mode:
```js
$ npm run start
```
This will open the browser at `http://localhost:8080/`.If you want to create a distributable file you can run:
```$xslt
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