tone4hook / react-redux-todo-list

A React to-do list app with Redux(and Redux Thunk), Bootstrap 4, additional plugins, and a Webpack 4 config that extracts Sass and assets into the dist folder.

Home Page:https://tone4hook.github.io/react-redux-todo-list/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux To-Do List

A React to-do list app with Redux(and Redux Thunk), Bootstrap 4, additional plugins, and a Webpack 4 config that extracts Sass and assets into the dist folder. Webpack 4 introduced a cascade of breaking changes in my prior workflow and thought this might be useful.

The API object in src/utils/app.js is there to sample a possible api.

View project

Getting Started

Download, clone, or fork the repo. Using Terminal or Command Prompt navigate to the react-redux-starter directory.

  • npm update --save-dev to update all dependencies
  • npm start to run local server
  • npm run build to build the project in development mode (compiles in dist directory)
  • npm run prod to build the project in production mode (compiles in dist directory)

Prerequisites

  • Node.js (with NPM)

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A React to-do list app with Redux(and Redux Thunk), Bootstrap 4, additional plugins, and a Webpack 4 config that extracts Sass and assets into the dist folder.

https://tone4hook.github.io/react-redux-todo-list/

License:MIT License


Languages

Language:JavaScript 87.6%Language:CSS 8.6%Language:HTML 3.7%