Skip to content

Instantly share code, notes, and snippets.

@kole
Created January 28, 2019 17:13
Show Gist options
  • Save kole/246c88f98d93baf6bece43404b9d9cac to your computer and use it in GitHub Desktop.
Save kole/246c88f98d93baf6bece43404b9d9cac to your computer and use it in GitHub Desktop.
Quick Start React App
# 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