https://github.com/react-boilerplate/site
The official website for react-boilerplate
https://github.com/react-boilerplate/site
Last synced: about 1 year ago
JSON representation
The official website for react-boilerplate
- Host: GitHub
- URL: https://github.com/react-boilerplate/site
- Owner: react-boilerplate
- License: mit
- Created: 2016-01-27T20:23:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T10:20:50.000Z (almost 5 years ago)
- Last Synced: 2024-08-07T23:49:28.711Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://reactboilerplate.com
- Size: 1.61 MB
- Stars: 37
- Watchers: 6
- Forks: 18
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `reactboilerplate.com`
This is the official website for [`react-boilerplate`](https://github.com/react-boilerplate/react-boilerplate).
## Contributing
The `master` branch is automatically deployed, thanks to Netlify. Any PR that is merged to `master` will automatically be reflected on `reactboilerplate.com`.
### Setup
```
git clone https://github.com/react-boilerplate/site react-boilerplate-site
cd react-boilerplate-site
npm install
npm start
```
## License
Copyright (c) 2017 Maximilian Stoiber, licensed under the MIT license. See [LICENSE.md](LICENSE.md) for more information.