Created
January 28, 2019 17:13
-
-
Save kole/246c88f98d93baf6bece43404b9d9cac to your computer and use it in GitHub Desktop.
Quick Start React App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create react app | |
- `npx create-react-app <app-location>` | |
- cd to new react app directory | |
# Add eslint (StandardJS) | |
- `npm install standard --save-dev` | |
- `touch eslintrc.yml && echo "extends: standard" >> eslintrc.yml` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment