redux-architecture
elm architecture in redux with redux-loop
File Explorer
Download Latest Version (.zip)- createStore.js
- superagent.js
- App.js
- CounterContainer.js
- CounterFancyContainer.js
- CounterListContainer.js
- CounterPairContainer.js
- RandomGifContainer.js
- RandomGifListContainer.js
- RandomGifPairContainer.js
- index.js
- init.js
- reducer.js
- Counter.js
- actions.js
- index.js
- init.js
- reducer.js
- CounterFancy.js
- CounterWithRemoveButton.js
- actions.js
- index.js
- init.js
- reducer.js
- CounterList.js
- actions.js
- index.js
- init.js
- reducer.js
- CounterPair.js
- actions.js
- index.js
- init.js
- reducer.js
- RandomGif.js
- waiting.gif
- actions.js
- index.js
- init.js
- reducer.js
- tasks.js
- RandomGifList.js
- actions.js
- index.js
- init.js
- reducer.js
- RandomGifPair.js
- actions.js
- index.js
- init.js
- reducer.js
- favicon.ico
- index.html
- index.js
- .babelrc
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- package.json
- README.md
- server.js
- webpack.config.js
- webpack.development.js
- webpack.production.js
# Installation Guide
1. Get the code
git clone https://github.com/jarvisaoieong/redux-architecture
Downloads the entire project code from GitHub to your computer.
cd redux-architecture
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
