commit f74c914da812f69a1bb62a7281055a799e811ce5
parent d44a9c38fe36556a24674906c2f1435054f092c4
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Mon, 26 Oct 2015 12:47:25 +0300
Update README.md
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -54,7 +54,7 @@ Join [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) chatroom
│ ├── /build.js # Builds the project from source to output (build) folder
│ ├── /bundle.js # Bundles the web resources into package(s) through Webpack
│ ├── /clean.js # Cleans up the output (build) folder
-│ ├── /config.js # Webpack configuration for application bundles
+│ ├── /webpack.config.js # Configurations for client-side and server-side bundles
│ ├── /copy.js # Copies static files to output (build) folder
│ ├── /deploy.js # Deploys your web application
│ ├── /serve.js # Launches the Node.js/Express web server
@@ -126,8 +126,9 @@ $ npm test
Test any javascript module by creating a `__tests__/` directory where
the file is. Append `-test.js` to the filename and [Jest](https://facebook.github.io/jest/) will do the rest.
-### Visit Our Sponsor
+### Our Sponsors
+[](https://rollbar.com/)
[](http://www.makersacademy.com/?utm_source=ReactStarterKit&utm_medium=link&utm_campaign=ReactStarterKitGithub)
### Related Projects