Skip to content

rmourato/Mvc5-Aurelia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mvc5-Aurelia

ASP.NET MVC 5 + Aurelia base project

Setup

  1. Clone the repository
  2. Open a terminal under Mvc5-Aurelia/Aurelia
  3. Run 'npm install'
  4. Run 'jspm install -y'
  5. Test the Aurelia application by running 'gulp watch'. Check the app loads correctly on your browser (point it to http://localhost:9000)

Running the MVC5 + Aurelia application

Open the solution in VS 2015 and hit F5.

Navigate to 'http://localhost:PORT/Aurelia/Index' to load the Aurelia application.

Make sure 'gulp watch' is running so changes you make to the Aurelia application can be built.

About

ASP.NET MVC 5 + Aurelia skeleton project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published