git clone https://github.com/9gustin/react-boilerplate.git
cd react-boilerplate
npm install && npm start
Now you could delete .git folder and rename the folder "react-boilerplate" to "your-project-name" and it's all ;)
Reference
Airbnb Config
Reference
Has the default config with 4 added rules:
- Css properties must be ordered alphabetically
- Accept max 3 classes selected together
- Classnames must be in kebab case
- Must use variables to font-size, colors, z-index and font-weight
Reference
Validate ESLint and Stylelint on pre-commit
The app contains the "deploy" command. That deploy the React App to Firebase. You must have installed Firebase Cli and logged with your user. After you have to replace "PROJECT_ID" for you project id into .firebaserc. Like that:
{
"projects": {
"default": "my-random-project123"
}
}