Skip to content

Instantly share code, notes, and snippets.

View kodeFant's full-sized avatar

Lars Lillo Ulvestad kodeFant

View GitHub Profile
@kodeFant
kodeFant / setup-react-app
Last active May 9, 2018 19:23
My Setup React App Checklist
npx create-react-app NewAppName
Get Prettier & ESLint set up
https://gist.github.com/kodeFant/37d80984f275cd1d3122fbf9868b0f7a
Add Reactstrap
https://reactstrap.github.io/
@kodeFant
kodeFant / .eslintrc
Created May 8, 2018 16:00 — forked from elijahmanor/.eslintrc
Add Prettier & ESLint to VS Code with a Create React App
{
"extends": ["react-app", "plugin:prettier/recommended"]
}