ReduxCasts
Modern React with Redux
File Explorer
Download Latest Version (.zip)- index.js
- posts_index.js
- posts_new.js
- posts_show.js
- index.js
- reducer_posts.js
- index.js
- style.css
- app_test.js
- test_helper.js
- .babelrc
- .gitignore
- index.html
- LICENSE.MD
- package.json
- README.md
- webpack.config.js
- index.js
- app.js
- book-detail.js
- book-list.js
- index.js
- reducer_active_book.js
- reducer_books.js
- index.js
- style.css
- .babelrc
- .gitignore
- index.html
- package.json
- webpack.config.js
- search_bar.js
- video_detail.js
- video_list.js
- video_list_item.js
- index.js
- style.css
- .babelrc
- .gitignore
- index.html
- package.json
- webpack.config.js
- index.js
- app.js
- chart.js
- google_map.js
- search_bar.js
- weather_list.js
- index.js
- reducer_weather.js
- index.js
- style.css
- .babelrc
- .gitignore
- index.html
- package.json
- webpack.config.js
- LICENSE.md
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/StephenGrider/ReduxCasts
Downloads the entire project code from GitHub to your computer.
cd ReduxCasts
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd blog
This project's files live in a subfolder, so move into it first.
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)
