59 lines
1.7 KiB
Markdown
59 lines
1.7 KiB
Markdown
# msw-open-music web font-end
|
|
|
|
This msw-open-music project was bootstrapped with `Create React App`
|
|
|
|
## Group 9 information
|
|
|
|
| Name | Name (EN) | No |
|
|
| ------ | ------------- | ---------- |
|
|
| 陈永源 | CHEN Yongyuan | 1930006025 |
|
|
| 鲁雷 | Lu Lei | 2030026101 |
|
|
| 张滨玮 | Zhang Binwei | 2030026197 |
|
|
| 丁俊超 | Ding Junchao | 2030026258 |
|
|
| 邱星越 | Qiu Xingyue | 2030026119 |
|
|
| 李真晔 | Li Zhenye | 2030006104 |
|
|
|
|
|
|
|
|
## URL References
|
|
|
|
- `/#/` Default home page. Generate random files.
|
|
- `/#/search-files` Search files
|
|
- `/#/search-folders` Search folders
|
|
- `/#/folder/:id` Show files in the folder
|
|
- `/#/file/:id` Show file's information
|
|
- `/#/file/:id/share` Share a specific file
|
|
- `/#/file/:id/review` Review a file
|
|
- `/#/manage` Manage system setting and status
|
|
- `/#/login` Login
|
|
- `/#/register/` Register
|
|
- `/#/profile/:id` Profile of a user
|
|
|
|
## HOW TO DEPLOY?
|
|
|
|
Welcome to visit the demo <https://demo.uicbbs.com>
|
|
|
|
Put the files under `build` folder to your HTTP server (Apache, nginx, caddy, etc.) root folder.
|
|
|
|
## Available Scripts
|
|
|
|
In the project directory, you can run:
|
|
|
|
### `npm start`
|
|
|
|
Runs the app in the development mode.\
|
|
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
|
|
|
The page will reload if you make edits.\
|
|
You will also see any lint errors in the console.
|
|
|
|
### `npm run build`
|
|
|
|
Builds the app for production to the `build` folder.\
|
|
It correctly bundles React in production mode and optimizes the build for the best performance.
|
|
|
|
The build is minified and the filenames include the hashes.\
|
|
Your app is ready to be deployed!
|
|
|
|
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|