Skip to content

ntomkin/lab3-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab 3

Structure/Guide

For more information, read the Overview for Week 5 in Canvas.

Development

Front-end (Vue.js)

cd ./lab3/client
npm install
npm run serve

Visit http://localhost:8080 to test and debug your front-end application. For more information, read the Overview for Week 5 in Canvas.


Back-end (Node.js)

cd ./lab3/server
npm install
npm run start

Visit http://localhost:3000 to see if your server loads the front-end application. For more information, read the Overview for Week 5 in Canvas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published