Skip to content

Manuelp1345/the-inventorist-your-inventory-hero

Repository files navigation

Getting Started

first clone the repository

git clone git@github.com:Manuelp1345/the-inventorist-your-inventory-hero.git

then install the dependencies

npm install

configure the .env file

REACT_APP_API_URL=http://localhost:8080

then run the project

npm run dev