https://github.com/fed/baconjs-router-example
baconjs-router Example using React and Webpack
https://github.com/fed/baconjs-router-example
Last synced: about 2 months ago
JSON representation
baconjs-router Example using React and Webpack
- Host: GitHub
- URL: https://github.com/fed/baconjs-router-example
- Owner: fed
- Created: 2016-12-05T14:59:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T22:14:00.000Z (over 8 years ago)
- Last Synced: 2025-01-18T13:33:30.693Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# baconjs-router-example
## Getting Started
Have a look at the official [docs](https://github.com/FoxSportsAustralia/baconjs-router).
## See Live Example
[https://baconjs-router-example-zggqxwgdeg.now.sh/](https://baconjs-router-example-zggqxwgdeg.now.sh/) :tada:
## Development Tasks
| Command | Description |
|---------|-------------|
| `npm install` | Fetch dependencies and build binaries for any of the modules |
| `npm run build` | Build `bundle.js` file |
| `npm run start` | Build and serve the application on any custom port |
| `npm run development` | Fire up Webpack Dev Server, app will go live on `http://localhost:6789` |