All Projects → kriasoft → Angularjs Spa Template

kriasoft / Angularjs Spa Template

Licence: other
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).

Labels

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 [email protected] or Skype: koistya

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].