khank8476 / 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.

Home Page:https://yesjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://yesjs.org

License:MIT License


Languages

Language:TypeScript 44.4%Language:SCSS 25.3%Language:JavaScript 24.8%Language:HTML 4.5%Language:Shell 1.1%