UNPKG

react-native-ui-lib

Version:

<p align="center"> <img src="https://user-images.githubusercontent.com/1780255/105469025-56759000-5ca0-11eb-993d-3568c1fd54f4.png" height="250px" style="display:block"/> </p> <p align="center">UI Toolset & Components Library for React Native</p> <p a

36 lines (21 loc) 651 B
--- sidebar_position: 1 --- # Tutorial Intro Let's discover **Docusaurus in less than 5 minutes**. ## Getting Started Get started by **creating a new site**. Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**. ## Generate a new site Generate a new Docusaurus site using the **classic template**: ```shell npx @docusaurus/init@latest init my-website classic ``` ## Start your site Run the development server: ```shell cd my-website npx docusaurus start ``` Your site starts at `http://localhost:3000`. Open `docs/intro.md` and edit some lines: the site **reloads automatically** and display your changes.