knox 修订了这个 Gist . 跳至此修订
1 file changed, 15 insertions
React-admin-readme-4.sh(file created)
@@ -0,0 +1,15 @@ | |||
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 |
更新
更早