Skip to content

mcholl85/Pokemon-React

Repository files navigation

Pokemon : React TypeScript Example

Application

Presentation pokemon

Figma Design

Stack

This project was bootstrapped with Vite.

Getting Started

Prerequisites

Setup Back-End - API

Installation

  1. Clone the repository of the Back-End :
    git clone https://github.com/mcholl85/Pokemon-NestJS.git
    
  2. Install the dependencies with :
    npm install
    
  3. Launch the micro API (default port: 3000) :
    npm run start
    

Front-End

Installation

  1. Clone the repository of the Front-End :
    git clone https://github.com/mcholl85/Pokemon-React.git
    
  2. Install the dependencies with :
    npm install
    
  3. Launch the project (default port: 5173) :
    npm run start
    

Available Scripts

In the project directory, you can run:

npm install

Install all dependencies that depending this project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.