Skip to content

AngularJS SPA Template for Visual Studio is a project skeleton for a simple single-page web application (SPA) built with AngularJS, Bootstrap, and ASP.NET (MVC, Web Api, SignalR).

License

Notifications You must be signed in to change notification settings

kriasoft/AngularJS-SPA-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS SPA Template for Visual Studio

This project is a skeleton for a simple single-page web application (SPA) built on top of the:

You can use it to quickly bootstrap your AngularJS web app projects and dev environment for these projects.

Just clone the repo, open solution file from the Source folder and you are ready to develop and test your application.

Demo Site

http://angular-demo.tarkus.me

Visual Studio Extension

AngularJS SPA Template for Visual Studio

Project Structure

AngularJS SPA Project Structure

Development Environment

Hint: make sure that you have the latest version and updates for Visual Studio and required extensions installed

Getting Started

To clone the repo run:

git clone -o base https://github.com/KriaSoft/AngularJS-SPA-Template.git MyApp

Where MyApp is your project name. Then rename the included solution file:

git mv Source/Application.sln Source/MyApp.sln
git add .
git commit -m 'Rename Application.sln file'

Open MyApp.sln in Visual Studio and you are ready to go.

Later on you can always pull and merge the latest changes from AngularJS SPA Template repo into your project by running the following commands:

git fetch base
# Fetches any new changes from the AngularJS SPA Template repository (base)
git merge base/master
# Merges any changes fetched into your working files

Feedback

Have questions or need help? Email me at hello@tarkus.me or Skype: koistya

About

AngularJS SPA Template for Visual Studio is a project skeleton for a simple single-page web application (SPA) built with AngularJS, Bootstrap, and ASP.NET (MVC, Web Api, SignalR).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published