Skip to content

Jeanosis/IntelligentSystemsLabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IntelligentSystemsLabs

University project for Intelligent Systems labs.

##How to make it work(Visual Studio Code)Article:

####1. Download and install:

####1. Restore NuGet packages: dotnet restore ####1. Install npm packages globally:

  • npm install -g typescript
  • npm install -g typings
  • npm install -g gulp
  • npm install -g gulp-cli

####1. Install all packages: npm install(will run 'typings intall' and 'bower install' after) ####1. Run Gulp task: gulp lib(will copy necessary files from node_modules to wwwroot) ####1. Run application:

  • npm start(or 'tsc -w' and 'dotnet watch run' in different consoles for separate output)

About

University project for Intelligent Systems labs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors