Skip to content

declanballa/poketeers-pokedex

Repository files navigation

Poketeers! - Pokedex

A modern pokedex to use on your next journey! A fully responsive React application built with React.js, redux, rjxs and rexux-observables, leveraging the public PokéApi.

Production Url: https://www.poketeers.com/

Development server

Run npm run dev for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project.

Production server

Run npm run start to start a Next.js produciton server.

Linting

Run npm run lint to run and fix linting issues.

Running unit tests

Run npm run test to execute the unit tests via Karma & Jest. (Need to still add more)

Releases

No releases published

Packages

No packages published