GitXplorerGitXplorer
e

pwa-pokedex

public
2 stars
3 forks
2 issues

Commits

List of commits on branch master.
Unverified
797bd9b3946d5bfecefe27e06a0d22e4f321da69

fix: mobile space

eedysegura committed 2 years ago
Unverified
9ca6989914fae7f97b0769287a2410a5610dd190

fix: spacing and colors

eedysegura committed 2 years ago
Unverified
4b13f95bce5878974e73105254e9c35bfa51dfb6

fix: poke card spaces

eedysegura committed 2 years ago
Unverified
1812586c380051cfd6057ebcbe9e66ca6b255756

feat: poke card integration with the first generation

eedysegura committed 2 years ago
Unverified
1e3a1643e5de67c1a17ce6f6fc83eae586096584

refactor: attribute rename

eedysegura committed 2 years ago
Unverified
d8b6028ce217b5b2939b7506285d5e3e1b7a71e9

feat: add poke data preload

eedysegura committed 2 years ago

README

The README file for this repository.

Pwa Pokedex

Nullstack

How to run this Project

Install the dependencies:

npm install

Copy the environment sample to a .env file

NULLSTACK_PROJECT_NAME="[dev] Pwa Pokedex"
NULLSTACK_PROJECT_DOMAIN="localhost"
NULLSTACK_PROJECT_COLOR="#D22365"
NULLSTACK_SERVER_PORT="3000"

Run the app in development mode:

npm start

Open http://localhost:3000 to view it in the browser.

Learn more about Nullstack

Read the documentation