Skip to content

A modern web app creating,managing flashcards for learning across domains with React and Redux

Notifications You must be signed in to change notification settings

mriyaz/React-Redux-Flash-Card-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A modern web app creating,managing flashcards for learning across domains with React and Redux

Commands

npm init --yes
npm install --save babel-preset-react babel-preset-es2015 watchify babelify
npm i --save live-server

mkdir public src
touch src/App.js
vi public/index.html

npm run build
cd public && live-server --port=1111 --entry-file=index.html

npm i --save react redux react-dom

npm i --save react-redux

npm i --save react-router react-router-redux

npm i --save fuzzysearch

npm i --save express body-parser

npm i --save redux-thunk

About

A modern web app creating,managing flashcards for learning across domains with React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published