https://github.com/kieusonlam/another-feathers-react-mobx-starter
Feathers + React + Mobx + Server Side Rendering
https://github.com/kieusonlam/another-feathers-react-mobx-starter
Last synced: 2 months ago
JSON representation
Feathers + React + Mobx + Server Side Rendering
- Host: GitHub
- URL: https://github.com/kieusonlam/another-feathers-react-mobx-starter
- Owner: kieusonlam
- License: mit
- Created: 2016-10-17T04:24:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T08:26:14.000Z (over 8 years ago)
- Last Synced: 2025-03-19T23:35:06.214Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# feathers-react-mobx-starter
>
## About
This project uses [Feathers](http://feathersjs.com). An open source web framework for building modern real-time applications.
Based on [Xerios/mobx-isomorphic-starter](https://github.com/Xerios/mobx-isomorphic-starter)
and [anorudes/rfx-stack-light](https://github.com/anorudes/rfx-stack-light)## Features
- Simplified flexible isomorphic system ( fetchData )
- Uses Provider to inject global state into Components
- Document title, keywords and description change integration
- CSS and SCSS compilation
- Hot reload for development ( page auto-refresh )
- Server Side Rendering## Depencencies
- Feathers JS
- React + react-router
- Mobx + mobx-react
- Socket IO
- Babel
- Webpack
- Sass/SCSS loaders## Getting Started
Getting up and running is as easy as 1, 2, 3.
1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
2. Install your dependencies
```
cd path/to/another-feathers-react-mobx-starter; npm install
```3. Start your app
```
npm run dev
```
```
npm run prod
```## Testing
Simply run `npm test` and all your tests in the `test/` directory will be run.
## Scaffolding
Feathers has a powerful command line interface. Here are a few things it can do:
```
$ npm install -g feathers-cli # Install Feathers CLI$ feathers generate service # Generate a new Service
$ feathers generate hook # Generate a new Hook
$ feathers generate model # Generate a new Model
$ feathers help # Show all commands
```## Help
For more information on all the things you can do with Feathers visit [docs.feathersjs.com](http://docs.feathersjs.com).
## Changelog
__0.1.0__
- Initial release
## License
Copyright (c) 2016
Licensed under the [MIT license](LICENSE).