RFX Stack
Universal App featuring:
React + Feathers + MobX
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
- View Layer: React
- Routing: React Router
- State Management: MobX
- Server, CRUD & Data Transport: Feathers
- Styling: PostCSS & React CSS Modules
- Live Browser Syncing: BrowserSync
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.