Skip to content

Commit 0559111

Browse files
authored
Update README.md
1 parent 5ef8c75 commit 0559111

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Minimal Starter Kit for Modern React Web Applications
22

3-
- [x] Material Design via React Toolbox
3+
- [x] Material Design via [React Toolbox](http://react-toolbox.com)
44
- [x] React Router 2
55
- [x] React Hot Loader 3
66
- [x] Production build uglifies/minifies all JavaScript
@@ -13,6 +13,10 @@
1313

1414
# View the [Live demo](https://dev-guy.github.io/react-toolbox-reactrouter-mocha-boilerplate)
1515

16+
# See Also
17+
18+
* [Official React Toolbox Example](https://github.com/react-toolbox/react-toolbox-example)
19+
1620
# Supported Platforms
1721

1822
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
5357

5458
1. npm run build (this also runs lint)
5559
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
5761

0 commit comments

Comments
 (0)