Skip to content

NSIAppDev/MoviesAppTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie DB (Vue Web App)

This project is meant to provide an example application of a .Net Core, Vue web application Technologies Used:

Getting Starting

  1. Download and Install Visual Studio Community Edition
    1. Download from https://visualstudio.microsoft.com/
    2. Start Installation, using option for ASP.NET and web development package
    3. Once installed, run Visual Studio, and change your $(PATH) location
  2. Setup Repository
    1. Start Visual Studio Community Edition
    2. Sign in with your Microsoft ID (it's free)
    3. Connect to repository
      1. From file menu, select Team then Manage Connections
      2. Under Local Git Repositories select Clone
      3. Use the URL from the Clone or Download button on this GIT page
      4. Select Clone
  3. Run Solution
    1. Open MoviesApp.Sln on the Solution Explorer
    2. Hit Cntl-F5 to Start without Debugging
      1. NOTE: The first time it is run, it will download and install supporting packages, this can take up to 10 minutes
      2. If you get a build error related to a "missing binding" with node-sass, then create follow these instructions
    3. The application should build and open in a browser. It will display two movies. Initial Screen
  4. Start the tutorial

About

Tutorial for constructing an application using .NET Core and Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published