Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

axait/react-handbook

 
 

Repository files navigation

Reach Handbook

Code for my application https://play.google.com/store/apps/details?id=dev.misha98857.react_article

Quick Start

The easiest way to start running the server with the application is by running our docker-compose file. Before executing the installation command, make sure you have Docker installed on your machine:

  1. Clone the project:
git clone https://github.com/misha98857/react-handbook.git
  1. Start the development server:
docker compose up
  1. Go to http://localhost:9000 to access the application from your browser.

Development

  1. Clone the project:
git clone https://github.com/misha98857/react-handbook.git
  1. Install dependencies
npm install
  1. Run local server
npm start
  1. Also you can launch live server and open app on android emulator or real device
npm run android:liveserver

Build android app

  1. Build application and sync with android folder
npm run sync
  1. Open android studio by command
npm run android-studio
  1. Build release application apk or aab by Android Studio

Content structure

[
  {
    "key": "Installation", // Topic title
    "values": [
      {
        "key": "Getting Started", // Subtopic title
        "value": "<div>html content</div>", // Subtopic content
        "path": "/react/getting-started", // Path to page
        "nav": [
          "/react", // Path to previous page
          "/react/add-react-to-a-website" // Path to next page
        ]
      }
    ]
  }
]

License

This product is licensed under the GNU General Public License v3.0.

About

this is for later exploration for my projects help to structure and write good code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.2%
  • HTML 18.1%
  • SCSS 18.0%
  • Java 2.4%
  • Other 1.3%