React-admin-readme-4.sh
· 224 B · Bash
原始檔案
# At the react-admin project root
make install
# or
yarn install
# Run the simple application
make run-simple
# Run the tutorial application
make build
make run-tutorial
# Run the demo application
make build
make run-demo
1 | # At the react-admin project root |
2 | make install |
3 | # or |
4 | yarn install |
5 | |
6 | # Run the simple application |
7 | make run-simple |
8 | |
9 | # Run the tutorial application |
10 | make build |
11 | make run-tutorial |
12 | |
13 | # Run the demo application |
14 | make build |
15 | make run-demo |