matthieujacq / keiko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keiko Pokemon

Prerequisites

  • NodeJS v14+ installed
  • yarn installed globally (npm install -g yarn)

Installation

Install the backend dependencies:

cd backend && yarn

Install the frontend dependencies

cd frontend && yarn

You are good to go !

Running the project

  • Open two different terminals (one for the backend and the other the frontend)
  • In the first terminal, start the backend by running:
cd backend && yarn start

Check that the backend is running by visiting: http://localhost:8000. A website should appear with some API docs.

  • In the second terminal, start the frontend by running:
cd frontend && yarn start

Check that the frontend is running by visiting: http://localhost:3000.

Development

This project supports hot reloading. Each time a file is modified in the frontend, the server will automatically reload the required code.

About


Languages

Language:TypeScript 77.8%Language:CSS 13.6%Language:HTML 6.4%Language:JavaScript 2.3%