Utoljára aktív 1728989440

Revízió c9e2f09d92fde17636164210ea57474735680763

React-admin-readme-4.sh Eredeti
1# At the react-admin project root
2make install
3# or
4yarn install
5
6# Run the simple application
7make run-simple
8
9# Run the tutorial application
10make build
11make run-tutorial
12
13# Run the demo application
14make build
15make run-demo