/free-bikes

Primary LanguageTypeScript

Free bikes (Node.js GraphQL proxy, React.js client)

Installation:

In client folder:

$ cp .env.example .env  # set services env vars here
$ yarn install
$ yarn start (or yarn build, but you need setup nginx)

In api folder:

$ cp .env.example .env  # set services env vars here
$ yarn install
$ yarn build
$ yarn start