Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davorbadrov/frontend-boilerplate


https://github.com/davorbadrov/frontend-boilerplate

Last synced: about 2 months ago
JSON representation

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`.