您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 个月前
12345678910111213
  1. # 2Fi LIONER Frontend Setup
  2. ## 1. Install NPM Modules
  3. - Run the following command in terminal
  4. ```
  5. npm install
  6. ```
  7. ## 2. Run the application
  8. - Start the application by the following command:
  9. ```
  10. npm start
  11. ```