Installs the dependencies
npm install # or yarn installCreate a .env file
EXTEND_ESLINT=true
REACT_APP_GRAPHQL_API_URL=https://api.spacex.land/graphqlStart development
npm start # yarn startBonus points:
- React Hooks ✅
- NextJs 🔨
- Tailwind ✅
- Hosting ✅ 👉 https://stupefied-murdock-d9a7d9.netlify.app
- SSR with Next.js
- Enable CI & Continuous Deployment