Git Product home page Git Product logo

angularjs-spa-template's Introduction

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

angularjs-spa-template's People

Contributors

koistya avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.