/yesjs-react-app

yesjs-react-app provides optimized, well structured, and easy to scale react app with many tools and best practices to start your project as fast as possible.

Primary LanguageTypeScriptMIT LicenseMIT

Yesjs-react-app

Features

  • Theming.
  • Basic PWA setup.
  • Internationalization with i18n.
  • "No internet" screen.
  • Crash screen.
  • Easy to scale and work with files structure.

Quick start

To start a new project using this template run the following command:

npx degit https://github.com/evgeny-kirichuk/yesjs-react-app my-app

Where my-app is your new app name.

Local Set Up

cd /my-app
npm install
npm run start

Build the app

npm run build       //to make dev build
npm run build:prod  //to make production build

Creating Pull Requests

To create a pull request, push changes from your local branch to your forked repository. You can then create a pull request from your forked repository to the main repository.

Useful Links