Server setup

This is our first app that will communicate with a server. You will get a server with a ready-to-use API.

You can download the server files (https://github.com/Akryum/packt-vue-project-guide/tree/master/chapter5-download). Extract them into another folder than our app and run the following commands to install the dependencies and launch the server:

cd server_folder
npm install
npm start

You should now have the server running on port 3000. When this is done, we can continue building our app with a real backend this time!

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.138.114.38