lmuller18 / PUBGAPI

RESTful API written in Node as a companion to the PUBG Viewer App
0 stars 0 forks source link

ANGULAR HOMEPAGE #1

Closed ikerf2001 closed 5 years ago

ikerf2001 commented 5 years ago

I get a angular homepage and it doesnt work, can you help me what im doing wrong? 1 npm install 2 ng serve

lmuller18 commented 5 years ago

This is an issue with my documentation. I originally scaffolded this project with the Angular CLI because I had meant to write the front-end in here as well. I need to go through and delete all of this.

The api runs off of the server.js file so all that is needed to run is: npm install npm start

and you will need to create a .env file with the variable apiKey={your_pubg_api_key}

ikerf2001 commented 5 years ago

Solved! Thankksss!!