Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update server side code and introduce couple of changes #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

michaloo
Copy link

@unity let me first try to use it and confirm that it all works.
Things I've changed:

  1. separate babel configuration for client and server
  2. for server transpilation use flow-strip plugin and transpile everything down to node 8.9 (there are two things I needed to change after dropping stage-0 - object spread ({ ...object }) - es6 only allows to spread array ([ ...array]) and named exports needs {} around the name
  3. I've removed dotenv and replaced it with dotenv-cli which allows you to do $ dotenv npm startdev - which will load the envs but doesn't need to be included in production code -> I think you have the same dev easiness and separation of code responsibilities
  4. added structure for unit and integration tests
  5. added basic structure for connector lib
  6. added flow related deps and adjusted config

now I need to test it and verify everything works smooth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant