Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 579 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 579 Bytes

Pokesearch

Just a small project to test skills for a challenge task.

Run Locally

Clone the project

  git clone https://github.com/feldrok/pokesearch.git

Go to the project directory

  cd pokesearch

Install dependencies

  npm install

Start the server

  npm start

Acknowledgements & Technologies