Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 400 Bytes

File metadata and controls

22 lines (20 loc) · 400 Bytes

front-test_keo

Angular front to keo test

Clone repository from git

# clone the project
git clone https://github.com/Miranda13/front-test_keo.git
# enter the project directory
cd front-test_keo/test-keo

Run local server

# install dependency
npx npm install
or
npm install
# start server
npx ng serve
# Whenever you want to change the port just run
npx ng dev --port = 9528