nerdydrew / Random-Pokemon-Generator

Source code for randompokemon.com
https://randompokemon.com
GNU General Public License v2.0
81 stars 27 forks source link

Random Pokémon Generator

This is the source code for randompokemon.com. To set it up in your own environment, follow the steps below:

  1. Clone the repository.
  2. Install Node.js if you haven't already.
  3. Run npm install to download the development dependencies.
  4. Run npm run dev or make dev to run the TypeScript compiler and a development server.
  5. Open http://localhost:8000 in a web browser.

Also see Blackstareye/Random-Pokemon-Generator for a fork with an API powered by a NodeJS back end.