Skip to content

eiriklv/fluxity-starter-auth

Repository files navigation

Fluxity Starter Kit

Introduction:

Isomorphic Flux and React starter kit with Passport authentication

Features

  • Server and client side rendering
  • Isomorphic routing
  • Isomorphic flux architecture
  • Dehydration/rehydration of state from server to client
  • Webpack React Hot Loader

WIP

Development script

export NODE_ENV=development \
export PORT=3000 \
export DEBUG=app:* \
export API_URL=http://localhost:3000/api \
export MONGO_URL=mongodb://localhost/fluxity-starter \

./node_modules/nodemon/bin/nodemon.js ./start.js

Production script

export NODE_ENV=production \
export PORT=3000 \
export DEBUG=* \
export API_URL=http://localhost:3000/api \
export MONGO_URL=mongodb://localhost/fluxity-starter \

gulp build && node build/start.js

Credits

Inspired by isomorphic-react-template

About

Starter-kit with React, (custom) Flux, React Router and Passport. So isomorphic that you can even turn off browser JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published