Skip to content

RiveraHan/pokedex

Repository files navigation

Pokedex

This is a React Native project with the purpose of building a Pokedex app.

Available Scripts

Run npm install to install the required packages.

In the project directory, you can run:

Run script (Linux and Mac) start.sh in your console ./start.sh or run:

npm start

Runs the app in the development mode.
Open http://localhost:8081/debugger-ui/ to view the React Native Debugger page in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run android

Builds the app for Android and runs it on an emulator or connected device.

npm run ios

Builds the app for iOS and runs it on a simulator.

npm test

Launches the test runner in the interactive watch mode.

npm run lint

Runs the linter to check for any syntax or style issues.

npm run lint:fix

Runs the linter and fixes any syntax or style issues automatically.

Learn More

You can learn more in the React Native documentation.