Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 585 Bytes

Full isomorphic app based on create-react-app, universal-router, isomorphic-style-loader, redux, apollo-client.

For start:

yarn
yarn build
yarn build:server
yarn start:server

Server started on http://0.0.0.0:5000/

If u want start to develop front-end:

yarn start

And on http://0.0.0.0:3000/ started usual create-react-app connected to backend.

For signup u need to configure .env.server:

REACT_APP_EMAIL_TRANSPORT=smtps://[email protected]:[email protected] REACT_APP_EMAIL_FROM=[email protected]

Or u can use created users:

[email protected] : toor