Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buckyroberts/React-Redux-Boilerplate
Awesome React / Redux boilerplate and tutorial.
https://github.com/buckyroberts/React-Redux-Boilerplate
Last synced: 3 days ago
JSON representation
Awesome React / Redux boilerplate and tutorial.
- Host: GitHub
- URL: https://github.com/buckyroberts/React-Redux-Boilerplate
- Owner: buckyroberts
- Created: 2016-07-03T04:02:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T00:56:00.000Z (about 1 year ago)
- Last Synced: 2024-08-02T13:30:15.405Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/user/thenewboston
- Size: 2.21 MB
- Stars: 819
- Watchers: 43
- Forks: 623
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](http://i.imgur.com/DUiL9yn.png)
# React/Sass/Redux Boilerplate
Boilerplate and guide for a React/Sass/Redux build.
## Getting Started
To get started, first install all the necessary dependencies.
```
> npm install
```Run an initial webpack build
```
> webpack
```Start the development server (changes will now update live in browser)
```
> npm run start
```To view your project, go to: [http://localhost:3000/](http://localhost:3000/)
## Links
- [Donate](https://www.patreon.com/thenewboston)
- [thenewboston.com](https://thenewboston.com/)
- [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/)
- [Twitter](https://twitter.com/bucky_roberts)
- [Google+](https://plus.google.com/+BuckyRoberts)
- [reddit](https://www.reddit.com/r/thenewboston/)