Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buckyroberts/React-Boilerplate
React boilerplate for thenewboston tutorials.
https://github.com/buckyroberts/React-Boilerplate
Last synced: 3 days ago
JSON representation
React boilerplate for thenewboston tutorials.
- Host: GitHub
- URL: https://github.com/buckyroberts/React-Boilerplate
- Owner: buckyroberts
- Created: 2016-06-24T18:36:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T08:50:46.000Z (11 months ago)
- Last Synced: 2024-08-02T13:19:35.536Z (3 months ago)
- Language: CSS
- Homepage: https://www.youtube.com/user/thenewboston
- Size: 520 KB
- Stars: 187
- Watchers: 15
- Forks: 267
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](http://i.imgur.com/5Bqs5zi.png)
React boilerplate thenewboston tutorials.
## Getting started
To get started simply download the repo using the link below. All required files are included.
https://github.com/buckyroberts/React-Boilerplate/archive/master.zip
## Setting up Gulp (optional)
You can also use Gulp to add additional build tasks. To use, follow the instructions below.
Navigate to the root directory and run the following command:
```
> npm install
```After modules are installed, you can start watching for SCSS changes using the command:
```
> gulp
```You can install more modules and configure them in the **gulpfile.js** file as needed.
## Links
- [Support thenewboston](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/)