An open API service indexing awesome lists of open source software.

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

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` |