All Projects → chenjun1127 → react-redux-todolist

chenjun1127 / react-redux-todolist

Licence: other
react-redux-todolist example

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-redux-todolist

iwish
I wish that too!
Stars: ✭ 19 (-45.71%)
Mutual labels:  react-redux
craft-react
Client and Server-side React rendering for CraftCMS
Stars: ✭ 40 (+14.29%)
Mutual labels:  react-redux
react-laravel
A simple crud based laravel app to learn how to use react with laravel.
Stars: ✭ 43 (+22.86%)
Mutual labels:  react-redux
OpenTrivia
Multiplayer quiz game demo using React and Opentdb API
Stars: ✭ 47 (+34.29%)
Mutual labels:  react-redux
react-cheat-sheet
📚 The perfect React Cheat Sheet for daily use with a lot of Javascript / JSX snippets !
Stars: ✭ 59 (+68.57%)
Mutual labels:  react-redux
react-antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 320 (+814.29%)
Mutual labels:  react-redux
react-demo
一个实际项目(OA系统)中的部分功能。这个demo中引入了数据库,数据库使用了mongodb。安装mongodb才能运行完整的功能
Stars: ✭ 92 (+162.86%)
Mutual labels:  react-redux
react-redux
Project using react+redux+react-router
Stars: ✭ 15 (-57.14%)
Mutual labels:  react-redux
mastodo
A fork of the GNU Social/AP-compatible microblogging server
Stars: ✭ 29 (-17.14%)
Mutual labels:  react-redux
React-Playground
Learning reactjs from the ground up (router, redux, thunk, hooks, context, portals, and functional components)
Stars: ✭ 15 (-57.14%)
Mutual labels:  react-redux
kugou
multiple implementations for kugou music
Stars: ✭ 25 (-28.57%)
Mutual labels:  react-redux
rapid-react
A light weight interactive CLI Automation Tool 🛠️ for rapid scaffolding of tailored React apps with Create React App under the hood.
Stars: ✭ 73 (+108.57%)
Mutual labels:  react-redux
react-redux-modal-flex
[DEPRECATED] Make easy a modal/popup with Redux
Stars: ✭ 14 (-60%)
Mutual labels:  react-redux
goalie-url-shortener
An implementation of go/ vanity-urls with LDAP support that makes it simple to access internal web assets on a coorporate network.
Stars: ✭ 16 (-54.29%)
Mutual labels:  react-redux
think
Instagram clone using React Native with funcional components, React Hooks, React Navigation 4x and Reactotron debugger
Stars: ✭ 20 (-42.86%)
Mutual labels:  react-redux
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (-48.57%)
Mutual labels:  react-redux
StackQuest
A multiplayer and team-based action/shooter game.
Stars: ✭ 21 (-40%)
Mutual labels:  react-redux
Client
TRPG即时IM通讯软件客户端,基于React 与 React Native + Redux技术
Stars: ✭ 118 (+237.14%)
Mutual labels:  react-redux
PERN-Advanced-Starter
Advanced PERN stack starter kit (PostgresSQL, Express, React, & Node), complete with ESLint, Webpack 4, Redux, React-Router, and Material-UI kit.
Stars: ✭ 51 (+45.71%)
Mutual labels:  react-redux
fhir-questionnaire-render-react
Render FHIR Questionnaire as a web form using FHIRFormJS
Stars: ✭ 18 (-48.57%)
Mutual labels:  react-redux

React-redux todoList

首页

如何执行

1、将项目克隆到本地,cd到react-redux-todolist

git clone git@github.com:chenjun1127/react-redux-todolist.git
cd react-redux-todolist

2、安装依赖

npm install

yarn install

3、执行

npm run dev
// npm run build(打包)

4、打开浏览器浏览 http://localhost:3000/

Tips:在安装node-sass的时候,有可能不成功,如不成功,请先删除 node_modules ,然后将镜像源换成taobao的,再执行npm install 或 yarn install;

  • 删除 node_modules
rd/s/q node_modules
  • 切换淘宝镜像源
npm config set registry http://registry.npm.taobao.org
或
yarn config set registry http://registry.npm.taobao.org
  • 再安装依赖
npm install
yarn 或 yarn install

也可以单独为node-sass设置淘宝的二进制包镜像

npm config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
或
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g

如果你想查看mobx版本,请点击这里

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].