https://github.com/subvisual/react_starter
An application boilerplate for React using Parcel and Subvisual's conventions.
https://github.com/subvisual/react_starter
Last synced: 7 months ago
JSON representation
An application boilerplate for React using Parcel and Subvisual's conventions.
- Host: GitHub
- URL: https://github.com/subvisual/react_starter
- Owner: subvisual
- Created: 2018-01-06T12:52:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T15:40:14.000Z (about 8 years ago)
- Last Synced: 2025-05-22T22:19:09.119Z (9 months ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Starter
=============
This project is a starter project to build React applications. In includes:
* React
* Redux
* React Router
* Parcel
* CSS Modules
* Eslint
* Prettier
* Stylelint
* Babel
Prerequisites:
* Node
* Yarn
Installation:
* bin/setup
Development:
* bin/server
Building:
* bin/build
Generator
---------
This boilerplate contains a generator script that helps with the creation of
new components. Run `bin/gen -h` for more information.
Contribution Guidelines
-----------------------
Contributions must follow [Subvisual's guides](https://github.com/subvisual/guides).
About
-----
React Starter is maintained by [Subvisual](http://subvisual.co).
[](http://subvisual.co)
If you need to contact the maintainer, you may reach out to us or use [this](https://trello.com/b/svB6ZSce/areas-of-responsability-dris) Trello board.