Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranqy/react-routing-mobx-bootstrap-boilerplate
Simple boilerplate with webpack, react, mobx, react router and css modules
https://github.com/tranqy/react-routing-mobx-bootstrap-boilerplate
Last synced: about 2 months ago
JSON representation
Simple boilerplate with webpack, react, mobx, react router and css modules
- Host: GitHub
- URL: https://github.com/tranqy/react-routing-mobx-bootstrap-boilerplate
- Owner: tranqy
- License: mit
- Archived: true
- Created: 2016-07-16T01:28:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T14:55:26.000Z (almost 2 years ago)
- Last Synced: 2024-09-16T03:44:00.453Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 24
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - react-routing-mobx-bootstrap-boilerplate - Simple boilerplate with webpack, react, mobx, react router and css modules (JavaScript)
README
# Old and outdated, don't use. Archived and not updated.
# react-routing-mobx-bootstrap-boilerplateSimple React Webpack Babel Starter Kit
Thin as possible boilerplate with, built with [webpack](https://webpack.github.io/) and includes [react](https://facebook.github.io/react/), [react router](https://github.com/reactjs/react-router), [mobx](https://github.com/mobxjs/mobx), [react-css-modules](https://github.com/gajus/react-css-modules) and [bootstrap-css](https://github.com/StevenIseki/bootstrap-css).
### To run
Clone it
```
> $ git clone [email protected]:tranqy/react-routing-mobx-bootstrap-boilerplate.git
```Install deps
```
> $ npm install
```Run it
```
> $ npm run dev
```Then Open the web browser to `http://localhost:8080/`
Or build it
```
> $ npm run build
```Original fork from (alicoding)[https://github.com/alicoding/react-webpack-babel.git] Thanks!