File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Minimal Starter Kit for Modern React Web Applications
2
2
3
- - [x] Material Design via React Toolbox
3
+ - [x] Material Design via [ React Toolbox] ( http://react-toolbox.com )
4
4
- [x] React Router 2
5
5
- [x] React Hot Loader 3
6
6
- [x] Production build uglifies/minifies all JavaScript
13
13
14
14
# View the [ Live demo] ( https://dev-guy.github.io/react-toolbox-reactrouter-mocha-boilerplate )
15
15
16
+ # See Also
17
+
18
+ * [ Official React Toolbox Example] ( https://github.com/react-toolbox/react-toolbox-example )
19
+
16
20
# Supported Platforms
17
21
18
22
This project will only work on Unix-like systems like OSX and Linux. In other words, it will not work on Windows because:
@@ -53,5 +57,5 @@ add-path adds the node_modules/.bin directory to your PATH so you can run comman
53
57
54
58
1 . npm run build (this also runs lint)
55
59
2 . Copy the file www/index.html to your web server
56
- 3 . Copy the files in the 'build' directory to your web server in a directory named 'public' that is located in the same directory as index.html
60
+ 3 . Copy the files in the 'build' directory to your web server in the same directory where index.html is located
57
61
You can’t perform that action at this time.
0 commit comments