Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.12 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.12 KB

Elm pokemon wiki

Pokemon viewer based on PokéAPI.

img.png

Demo

Click here for a live preview

Project setup

In the project directory, you can run:

elm install
yarn 
# or npm install 

Tech stack

Here's a brief high-level overview of the tech stack the app uses:

  • elm 0.19
  • webpack 5
  • tailwindcss 3

Compiles and hot-reloads for development

yarn dev
# or npm dev

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

Building the Project

You can build the project by running:

yarn build
# or npm build

This will generate the compiled files in dist folder.

Further reading