brunoalvs / next-pokedex

Home Page:next-pokedex-pi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex

A simple pokedex application developed to practice NextJS with TypeScript, Jest and Styled Components. The design is based on the work of Sulis Triyono published at Dribbble.

Scripts

These scripts refer to the different stages of developing an application:

Script: Command: Description:
dev npm run dev Runs next dev to start Next.js in development mode
build npm run build Runs next build to build the application for production usage
start npm run start Runs next start to start a Next.js production server
lint npm run lint Runs next lint to set up Next.js' built-in ESLint configuration

About

next-pokedex-pi.vercel.app


Languages

Language:TypeScript 97.0%Language:JavaScript 3.0%