You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository was created to demonstrate a simple application that lazy loads views/scripts using the latest [React](https://www.npmjs.com/package/react) and [React-Router](https://www.npmjs.com/package/react-router). Bundling and chunking gets handled with [Webpack](https://www.npmjs.com/package/webpack) and is written in ES6.
@@ -32,4 +37,11 @@ $ npm install
32
37
```sh
33
38
$ npm run compile
34
39
```
35
-
**Open your browser and navigate to http://127.0.0.1:8080/**
40
+
**Open your browser and navigate to http://127.0.0.1:8080/**
0 commit comments