mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
10 lines
230 B
Markdown
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```
|