Skip to content

kateray/crying

Repository files navigation

client development

npm run start:dev

to run an interactive session

node console.js

to download prod db:

heroku pg:backups:capture

heroku pg:backups:download

pg_restore --verbose --clean --no-acl --no-owner -h localhost -d crying latest.dump

to test production code

cd /client npm run build

from root node server

for production:

deploying: https://github.com/mars/heroku-cra-node http://docs.sequelizejs.com/en/1.7.0/articles/heroku/ sequelize/sequelize#4142

Emojis from: http://emojipedia.org/

TODO:

code:

  • no more var anywhere
  • use Immutable.js (introduces persistent data structures that cannot be mutated. this makes it simpler for compoenets to subscribe to data changes)
  • use more React PureComponent (this does only a shallow compare on state/props, and otherwise does not rerender component)
  • better division of presentational and container components

features:

  • pins still move slightly when you click (like on pee)
  • forgot my password / email

About

Crying in Public

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published