Skip to content

ZuccatoAgustin/Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

Challenge front-end y back-end.

Getting Started

  • Clone the git repo — git clone https://github.com/ZuccatoAgustin/Challenge.git

Prerequisites

Front-end

        Set up the Development Environment
        Install Node.js® and npm if they are not already on your machine.
        
        Angular CLI is a command line interface for the latest Angular. Install it before start with the Angular app.
        
        npm install --global @angular/cli@latest
        
        If you have Angular CLI installed previously, update it to the latest Angular CLI. Remove the older version and re-install it.

        npm uninstall --global @angular/cli
        npm install --global @angular/cli@latest

Back-end

net core 2.1

Build

Front-end

Run in PS or CMD => AngularClient\ClientApp\ng serve

Back-end

Open "WebAppChallenge.sln" in Visual Estudio and start project WAC.WebService.Admin (WAC.WebService.Admin.csproj)

Deployment

Front-end

  • npm run build-prod

back-end

documentation

Technologies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published