You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 126 B

1 year ago
123456789101112131415
  1. # umi project
  2. ## Getting Started
  3. Install dependencies,
  4. ```bash
  5. $ yarn
  6. ```
  7. Start the dev server,
  8. ```bash
  9. $ yarn start
  10. ```