Table of Contents
This repository will be the repository containing the the frontend of Games Supported by AI.
The main functionality of this app is to make a visual page that retrieves the data from a backend or from a data file.
The frameworks/libraries used to complete this project are:
To get a local copy up and running follow these simple example steps.
Before installing the software you must have installed the npm package. You can do it using the next command.
- npm
npm install --global yarn
The steps to get working the project are the following ones:
- Clone the repo
git clone https://github.com/angelvido/games-frontend
- Run the following command.
yarn install
To start using the app you need to run the following steps:
- Open a terminal on the root folder
- If you want to use it in dev purpose run the following command
$ yarn dev
- If you want to use it to run the tests run the following commands
# unit tests $ yarn test # test coverage $ yarn test:cov
- If you want to test if your build is working run the following commands
# build the app $ yarn build # runs the built app $ yarn preview
Your Name - @angelvido - vidaldominguezangel@gmail.com
Project Link: https://github.com/angelvido/games-frontend