These instructions will tell you how to running the program on your local machine for testing purposes.
Things you need to install to run the software
- Node.js - Node.js is designed to build scalable network applications
- Yarn - Yarn is a package manager that doubles down as project manager.
Step by step how to running the software, but first make sure you are already have the repository and have Node.js or Yarn installed on your computer.
Then you can follow this step:
- Open your terminal/command line, and type
- git clone [email protected]:FajarSJ/pokedex.git
- Navigate to this (pokedex) repository folder, and on your terminal/command line type
- yarn install
After the installation, on your terminal/command line type
- yarn dev, and then open
http://localhost:8080/
on your browser
To run unit tests:
yarn test
yarn build
To run linting, run:
yarn lint