added warning in readme
This commit is contained in:
parent
c38135d677
commit
e036ad8ec1
1 changed files with 4 additions and 7 deletions
11
README.md
11
README.md
|
@ -1,6 +1,8 @@
|
||||||
# Frontend for TS-Viewer with React
|
# Frontend for TS-Viewer with React [WIP]
|
||||||
|
|
||||||
## Available Scripts
|
# IMPORTANT: Backend doesnt support CORS right now, therefore this frontend can't work
|
||||||
|
|
||||||
|
## Available Scripts from react-scripts
|
||||||
|
|
||||||
In the project directory, you can run:
|
In the project directory, you can run:
|
||||||
|
|
||||||
|
@ -12,11 +14,6 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
||||||
The page will reload if you make edits.<br>
|
The page will reload if you make edits.<br>
|
||||||
You will also see any lint errors in the console.
|
You will also see any lint errors in the console.
|
||||||
|
|
||||||
### `npm test`
|
|
||||||
|
|
||||||
Launches the test runner in the interactive watch mode.<br>
|
|
||||||
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
|
||||||
|
|
||||||
### `npm run build`
|
### `npm run build`
|
||||||
|
|
||||||
Builds the app for production to the `build` folder.<br>
|
Builds the app for production to the `build` folder.<br>
|
||||||
|
|
Loading…
Reference in a new issue