Giter VIP home page Giter VIP logo

angular2_dotnetcore_widgets's Introduction

Example Angular 2 + ASP.NET Core Application

To get up and running...

Step 1. Install Node.js (6 or later). Download from https://nodejs.org.

Step 2. Install .NET Core. Download from https://www.microsoft.com/net/core.

Step 3. Clone or download a ZIP of this repository. If you downloaded the ZIP of this repository, extract the ZIP file.

Step 4. Open a terminal, change to the folder where the code was cloned to or extracted to.

Step 5. Run the following commands from the terminal:

$ npm i

$ npm start

The command npm i will install all of the Node.js package dependencies, TypeScript type definitions, build the Webpack bundles, and restore the .NET Core NuGet packages. Sometimes this command will fail during execution (there is a lot of network activity, anything can and will go wrong). If it fails, run npm i again. The command npm start will start the .NET Core web application. The URL of the web server will be displayed in the terminal window.

Step 6. Open a web browser, and navigate to the URL outputted to the console window. The widget application should load. The login form will be pre-filled out. Click 'Login', then use the Widget Tool.

If the web page does not load a working application, delete the node_modules folder and run npm i again. Yes, this is equivalent to fixing a crashed computer simply by rebooting it. Its not pretty, but usually it works.

This is the initial release of this demo application. It will be further enhanced to support hashed password, user manager, better user experience, etc...

angular2_dotnetcore_widgets's People

Contributors

ericwgreene avatar

Watchers

James Cloos avatar  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.