Skip to content

anorudes/rfx-stack

 
 

Repository files navigation

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.

About

RFX Stack - Universal App featuring: React + Feathers + MobX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • CSS 3.0%
  • HTML 0.9%