Skip to content

MobilizeNet/WebFormsEshopDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebMap - WebForms

This repository contains a small WebForm demo for sales purpose.

If you want more technical documentation about our webmap product:

Repository Contents

  • Source
    • This folder contains the original source code for an ASP.NET WebForms app
  • Target
    • This folder contains the target source code after in ASP.NET Core + Angular

How to build

Building locally

If you want to build this project on your development machine, just check that you match this requirements:

NOTE: Your installation of Visual Studio, must include the *ASP.NET and Web Development Feature *

To install this feature open your VS installer and Go to Workloads tab and then turn on ASP.Net and web development as in the following picture: AspWebDevelopment

To build your application just open the Target/eShop.sln file with VS Studio and select Rebuild. This will install any missing dependencies and trigger the build process.

NOTE: the angular frontend is already built. If you want to build it yourself see the step on Building the Frontend code.

Building the FrontEnd code

To build the frontend code make sure you already have Node.js LTS installed.

Open a terminal and run:

npm install
npm run build

Steps to run application

To run the app, you need to build the FrontEnd code before build the solution, after that you will be able to run the solution without any problems