https://github.com/bayladycoder/reactrouterandreduxform
Simple Blog Project using React.js and Redux
https://github.com/bayladycoder/reactrouterandreduxform
Last synced: 2 months ago
JSON representation
Simple Blog Project using React.js and Redux
- Host: GitHub
- URL: https://github.com/bayladycoder/reactrouterandreduxform
- Owner: BayLadyCoder
- License: mit
- Created: 2018-05-23T19:55:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T17:53:06.000Z (about 8 years ago)
- Last Synced: 2025-12-26T08:48:50.319Z (6 months ago)
- Language: JavaScript
- Size: 114 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# ReduxSimpleStarter
Interested in learning [Redux](https://www.udemy.com/react-redux/)?
### Getting Started
There are two methods for getting started with this repo.
#### Familiar with Git?
Checkout this repo, install dependencies, then start the gulp process with the following:
```
> git clone https://github.com/StephenGrider/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start
```
#### Not Familiar with Git?
Click [here](https://github.com/StephenGrider/ReactStarter/releases) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
```
> npm install
> npm start
```