Giter VIP home page Giter VIP logo

todo-sample's Introduction

ToDo-sample

This is a sample application template to show how different languages and build runners can be combinated to build an unified and streamlined buld/deploy-chain

Technical

This template is based on the todomvc.com sample for angularjs. Therefore, the following technologies came in place for the application itself

  • AngularJS
  • ASP.NET WebAPI (SelfHosted)

What do you need to build?

Alternative: Build with Gradle

  • Requirements: Java
  • gradlew ToDoSample.WebApp:gulp_inject builds the web app (npm install, npm install bower (not incremental), bower install, gulp inject)
  • gradlew ToDoSample.WebApi:msbuild builds the web api (triggers msbuild) - does not work due to package restore problem
  • Pros: same build on build machine and on server, no additional installation other than Java, easy changing of build tool version (i.e. node)
  • Cons: abstraction over an abstraction (if you decide to go with gradle, do not have another underlying build tool like gulp, implement this logic in gradle)
  • ERROR: I can no longer open the solution in Visual Studio

Useful Links

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.