Skip to content

misha98857/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

Build android app

  1. Build application and sync with android folder
npm run sync
  1. Open android studio by command
npm run android

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published