- Made by Eduardo de Rivero
Hi! This is my challenge, to run it you have two projects
- Server side
- Client side You must first run the server side and then cliente side.
To run the server, first you need to install the librarys and the command to run this is
npm install
And that's all, now run the following command to start the server
npm run
If you see the following message on your terminal it's means that all be ok
The client side are the same steps as the server side, run first
npm install
and
npm start
If you see the following message on your terminal it's means that all be ok
And a browser will be opened and load the data from the server side.
Now you can check the people of star wars and if you click one of them you see his specs like hai color, skin color, etc.
And thats it, now you can see some people of Star Wars and see his specs.