berkerbugur / pokedex-dashboard

Home Page:https://pokedex-dashboard-beta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon DashBoard

Developed using Reactjs coupled with Nextjs, Typescript and TailwindCss.


Build and run project:

yarn start 
or
npm start

Build project only:

yarn build
or
npm build

Run local server with debugging attached:

yarn dev

or

npm dev

Create production-ready image and run locally:

yarn docker:run

or

npm run

Create production-ready image only:

yarn docker:image 

or

npm start

Project Demo

https://pokedex-dashboard-beta.vercel.app/

About

https://pokedex-dashboard-beta.vercel.app


Languages

Language:TypeScript 76.3%Language:CSS 10.4%Language:Dockerfile 8.2%Language:JavaScript 5.0%