Skip to content
RFX Stack - Universal App featuring: React + Feathers + MobX
JavaScript CSS HTML
Latest commit 5b5f792 Jun 5, 2016 @foxhound87 Merge pull request #11 from anorudes/master
update browser-sync-webpack-plugin #10

README.md

RFX Stack

Universal App featuring:

React + Feathers + MobX


GitHub license node npm

Updates

See the Changelog for all the details.

Main Features

  • Action / Dispatcher for Stateless Components
  • Server Side Rendering
  • Reactive UI & Media Queries
  • React Transform HMR
  • React Stateless Components
  • Isomorphic Fetch/Socket
  • Real Time Ready
  • Microservices Ready
  • Modular CSS for React

Main Libs

Bundler & Styleguide


Setup

Run a local MongoDB instance (port 27017) before start the server. Install MongoDB

ENV: Development

npm install

npm run server:dev

npm run seed:dev

Run the seeder in another terminal window while the api server is running.

ENV: Production

npm install

npm run build:all

npm run server:prod

TODO

  • Documentation
  • Reduce Dependencies

Contributing

If you like this stack, don't forget to star the repo!

If you want to contribute to the development, do not hesitate to contact me.

Something went wrong with that request. Please try again.