/pokemon-pokedex

pokemon pokedex simple web apps

Primary LanguageJavaScript

Running locally in development mode

To get started, just clone the repository and run yarn install && yarn dev:

git clone https://github.com/sinau123/pokemon-pokedex.git
yarn install
yarn dev

Building and deploying in production

If you wanted to run this site in production, you should install modules then build the site with yarn build and run it with yarn start:

yarn install
yarn build
yarn start

You should run yarn build again any time you make changes to the site.