A Starter project for the Video Series: Full Stack Application with Azure SQL & Prisma: Full Course
To execute locally this project you will need to follow the steps bellow:
- First you need to go to the folder:
client
and run the command:
> npm install
- After to install all the Node.Js packages, now you can execute the command:
> npm run serve
- Now, open your browser on
http://localhost:8080/
If you have any questions about the code developed, feel free to open an ISSUE HERE. We'll get back to you soon!