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/
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.
Run npm run build
to build the project.
Run npm run start
to start a Next.js produciton server.
Run npm run lint
to run and fix linting issues.
Run npm run test
to execute the unit tests via Karma & Jest. (Need to still add more)