Website built with React, Relay and GraphQL
🚧 WIP 🚧
Note See Back-end project koa-server
- React
- Storybook
- Relay
- Relay hooks
- Jest
- Testing Library
[wip]
- Set up the server repository (note: it needs to be running together with the frontend)
- Clone this repo
# install dependencies
yarn
# or
yarn install
# copy .env file
cp .env.example .env
# start project
yarn dev
# see on localhost link
http://localhost:8000
Feel free to contribute to this project, if you find any bugs or improvements, open an issue and send a PR about it \o/