Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorbadrov/frontend-boilerplate
https://github.com/davorbadrov/frontend-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davorbadrov/frontend-boilerplate
- Owner: davorbadrov
- License: mit
- Created: 2017-10-25T20:16:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T16:53:38.000Z (about 7 years ago)
- Last Synced: 2024-10-17T13:13:59.009Z (2 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# client-boilerplate
A React starter boilerplate to speed up basic bootstraping of frontend applications and admin interfaces. Work in progress.
## Setup
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
You can find the most recent version Create React App docs [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).## Style guide
The style guide used is [standard.js](https://standardjs.com/). It can be run through `npm run format` manually, and it will be run automatically on `git commit`.