Optimized, well structured, and easy to scale react boilerplate with many tools and best practices to start your project as fast as possible.
npx degit https://github.com/evgeny-kirichuk/yesjs-react-app app-name
Where app-name is your new app name.
cd /my-app
npm install
npm run start
- Theming.
- Basic PWA setup.
- Internationalization with i18n.
- "No internet" screen.
- Crash screen.
- Easy to scale and work with files structure.
npm run build //to make dev build
npm run build:prod //to make production build