⚡️ Inovando's template for create-react-app
Desktop | Mobile |
---|---|
- Initialize your project with this command:
npx create-react-app my-app --template @inovando
-
Duplicate
.env.example
to.env.development.local
and.env.production
fulfilling variables as needed -
Run the following commands:
yarn start # React server
yarn mock # Mock server (to see table example)
-
Done 🎉
-
(Optional) If you need PWA, don't forget to change icons at
public/site.webmanifest
-
(Optional) If your project will use Cypress and your OS is Linux Ubuntu/Debian, you need to run the following commands:
sudo apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- (Optional) Duplicate
cypress.env.example.json
tocypress.env.json
fulfilling variables as needed
Serve app based on build/
folder (generated by yarn build
)
Build and serve build/
folder
Will prompt some questions to create a new CRUD with 3 routes (/entity, /entity/new, /entity/:id)
Will prompt some questions to create a new CRUD based on a modal with 1 route (/entity)
- ESLint/Prettier
- Axios
- Styled Components
- React Final Form
- Yup
- Husky/Lint Staged
- Material UI
- React Router
- React Toastify
- CRUD Example
- Commitizen Friendly
- Generate Code from CLI
- Code Splitting
- Sentry
- PWA Ready (All required variations can be generated with Real Favicon Generator)
- date-fns
- Numeral.js
- JS Brasil
- Cypress
- SWR
Until the release date of this package, create react app does not support devDependencies field at template.json
rm -rf node_modules && yarn