delphimvcframework/samples/react/README.md
angelosobreira 2ab97c6f65 React Demo
2020-08-08 17:24:20 -03:00

10 lines
230 B
Markdown

# 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```