Starhackit Versions Save

StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud

v2.6.0

7 years ago
  • Update dependencies
  • Use chrome in travis test
  • Improve database schema explorer

v2.1.0

7 years ago

v2.0.2

7 years ago

react-intl settings from redux store which is feed by the i18next library.

v2.0.0-rc1

8 years ago
  • find a pattern to modularize the frontend: a module is composed of: resources, actions, reducers, middleware, containers and Routes
  • redux migration
  • material-ui everywhere
  • authentication with Json Web Token

v2.0.0-beta3

8 years ago

Make it work with node v4.x, had to downgrade to react 0.14.8 and material-ui 0.14.4 because react-ladda is not yet compatible with react 15.x

v2.0.0-beta2

8 years ago
  • significant refactoring regarding Redux, use the new function createReducerAsync.
  • social login now works again.
  • pm2 used to start and stop processes.
  • update dependencies

v2.0.0-beta1

8 years ago

Redux has replaced Reflux as the data management framework.