delphimvcframework/samples/react/README.md

10 lines
230 B
Markdown
Raw Normal View History

2020-08-08 22:24:20 +02:00
# REACT DEMO README
- Install nodejs (https://nodejs.org)
- Open project ```samples\react\Server\ServerReact.dproj``` and run it.
- Open command prompt
- go into ```samples\react\WebApp```
- ```npm install```
- ```npm start```