Frontend project to create a personal portfolio consuming a GraphQL API to create content blocks on the website.
The project desing is been written down on this miro board, please have a look if you have any questions
- Open your terminal on the project folder and run the next command:
yarn && yarn start
- Open your terminal on the project folder and run the next command:
docker-compose up -d
- Make sure the container with the React app is running before you run the tests
docker-compose up -d
- Open the terminal on the project folder and run the next command
docker-compose exec app yarn test
- Running tests on watch mode:
yarn run test -- --watch
.
- Make sure the container with the React app is running before you run the tests
docker-compose up -d
- Open the terminal on the project folder and run the next command
docker-compose exec app yarn lint
- Open the terminal on the project folder and run the next command
yarn run lint