This project was bootstrapped with Create React App.
You must follow the next instructions to fully succed the installation of the project.
~: git clone https://github.com/tayan-serna/react-pokedex.git
~: cd react-pokedex
~/react-pokedex: yarn install
or~/react-pokedex: npm install
~/react-pokedex: yarn start
or~/react-pokedex: yarn start
If there will appear an error about node-sass
you have to make sure that you have a node
version that node-sass
support, here there is a link to take care of it node-sass page
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.