-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME.txt
More file actions
38 lines (34 loc) · 1.04 KB
/
README.txt
File metadata and controls
38 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
`
.
├── ...
├── backend # Test files (alternatively `spec` or `tests`)
│ ├── app.py # Load and stress tests
│ └── wsgi.py # Unit tests
├── frontend
│ ├── production
│ │ ├── build
│ │ ├── nohup.out
│ │ ├── server.js
│ │ └── package.json
│ ├── public
│ │ └── index.html
│ ├── src
│ │ ├── fonts
│ │ ├── images
│ │ ├── spectrogram
│ │ ├── App.css
│ │ ├── App.js
│ │ ├── Audio.js
│ │ ├── Label.js
│ │ ├── LabelView.js
│ │ ├── Loading.js
│ │ ├── TestView.js
│ │ ├── index.css
│ │ └── index.js
│ └── package.json
└── ...
`