Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 688 Bytes

File metadata and controls

31 lines (23 loc) · 688 Bytes

Technical Interview Test Pokemon

Description

This website was made for a technical interview. You can preview the project here: https://pokedexironhack.surge.sh

image

How to run the project?

$ git clone https://github.com/ironhack-berlin-2018-october-ft/technical-interview-test-pokemon.git
$ cd technical-interview-test-pokemon
$ npm install
$ npm start

How I published the project

The first time

$ npm install -g surge
$ npm run build
$ surge -p build

The next times

$ npm run build
$ surge -p build -d https://female-grandmother.surge.sh