Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.
/ futureRX Public archive

🚀 The futuristic stack to create universal React applications with MobX as state manager

Notifications You must be signed in to change notification settings

iam4x/futureRX

Repository files navigation

⚛ futureRX

🚀 The futuristic stack to create universal React applications with MobX as state manager. With supporting async data fetching out of the box on server side rendering.

dependencies devDependencies CircleCI codecov

WARNING: This is a proof of concept running on bleeding edge libraries, it has not been running in production yet. If you do contact me.

This project aim frontend applications which are using an external API to work with data. This boilerplate does not include an API with it to fetch/persist data.

Libraries used

nodejs ^6.2 / npm ^3.9

Setup

  • $ git clone -o upstream https://github.com/iam4x/futureRX.git [myApp]
  • $ cd [myApp] && npm install

Run

  • dev

    • $ npm run dev OR
    • $ PORT=xxxx npm run dev
    • (Append ?debugRender to your URL to enable why-did-you-update)
  • test

    • $ npm test OR
    • $ npm test -- --watch
  • build

    • $ NODE_ENV=production npm run build
    • $ NODE_ENV=production node dist/server

Update

  • $ git fetch upstream
  • $ git merge upstream/master
  • $ npm install

TODO

  • allow override of listening ports via config (7e9ae4a)
  • styles with css-modules and global styles (#1)
  • test with ava and airbnb-enzyme (#2)
  • webpack build config
  • production server optimization
  • refactor server code

Learn more

About

🚀 The futuristic stack to create universal React applications with MobX as state manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published