- Notifications
You must be signed in to change notification settings - Fork3
.Net Framework 4.8 with XLTS for AngularJS
License
xlts-dev/angularjs-asp-net48-mvc5
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A demo project using AngularJS, .NET Framework 4.8, and ASP.NET MVC 5.
- XLTS for AngularJS - installed using npm
- jQuery 3.6.3 - installed using npm
- .NET Framework 4.8
- ASP.NET MVC 5
- Bundling usingMicrosoft.AspNet.Web.Optimization
- Windows 10/11 - Older versions of Windows may work but have not been tested.
- Visual Studio 2022 - The freeCommunity Edition is sufficient.Older versions of Visual Studio may work but have not been tested.
- .Net Framework 4.8 - This can optionally be installedas part of the Visual Studio 2022 installation as well.
Make sure you have configured your authentication with the XLTS.dev registry by supplying your token in the
.npmrcfile in your user home directory.NoteIf you don't have a token for the XLTS.dev registry, you can use the LTS AngularJS packages - see the next section.
Clone repository:
git clone https://github.com/xlts-dev/angularjs-asp-net48-mvc5.git.Switch to the project's directory:
cd angularjs-asp-net48-mvc5.Install npm packages:
npm install.Open the project in Visual Studio.
Run the project by pressing the
F5key or using the green start button in the toolbar. This will launch your webbrowser and display the web application.
If you want to use the LTS packages, you have to runnpm run switch-to-lts-packages script instead ofnpm install.
About
.Net Framework 4.8 with XLTS for AngularJS
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.