Skip to content

A simple project starter work to with Typescript, React, NextJS, Styled Components and GraphQL

Notifications You must be signed in to change notification settings

jonathagomes/pokedex

Repository files navigation

Pokemon logo

A simple project starter work to with Typescript, React, NextJS, Styled Components and GraphQL

Mockup

This project uses lot of stuff as:

Getting Started

First of all, you need to clone this repository:

https: git clone https://github.com/jonathagomes/riderize-frontend-challenge.git
# or
SSH: git clone git@github.com:jonathagomes/riderize-frontend-challenge.git

Install dependencies:

yarn
# or
npm install

Then run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • start: starts a simple server with the build production code
  • lint: runs the linter in all components and pages

Made With ❤ by John Gomes

Releases

No releases published

Packages

No packages published

Languages