That's the new job ads checkout system written in ReactJS + Redux + GraphQL.
No needs for installing dependencies.
chmod +x start.sh
./start.sh
Open localhost:3000 for local development of the client.
Open localhost:5000/graphql for local development of the server.
Unfortunately the tests are still not running inside the docker
# Clone this repository and then ran:
cd job-ads-checkout/client/
yarn or npm install
yarn test or npm test
chmod +x build.sh
./build.sh