Skip to content

Client for Pokémon Tournament API, made with Typescript, NextJS, React, Axios and Styled Components.

Notifications You must be signed in to change notification settings

Lerooks/subscription-client

Repository files navigation

Subscription Client

✏️ About


Client for Pokémon Tournament API.

Made with Typescript, NextJS, React, Axios and Styled Components.


HomePage of Pokémon Tournament

⚙️ Running locally


The Pokémon Tournament API needs to be configured and running to make the client work.


Install dependencies

npm install

Config the API URL

# .env file
NEXT_PUBLIC_API_URL=http://localhost:8080/

Start development server

npm run dev

Build

npm run build

📁 Structure

├── src
    ├── components
    ├── layouts
    ├── pages
    ├── public
    ├── services
    ├── syles
    └── types

👤 Author

About

Client for Pokémon Tournament API, made with Typescript, NextJS, React, Axios and Styled Components.

Topics

Resources

Stars

Watchers

Forks