Skip to content

SuddenlyPineapple/putnet-webintro-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

putnet-webintro-front

requirements

  • Node.js >= 12.9
  • a bit of knowledge about TypeScript (just basics)

how to run

  • Go to project direcotry in your console
  • Install dependencies: npm install
  • Run application: npm run serve
  • If you want make changes in app, then run in separate console tsc --watch or tsc -w (it will be watching for file changes, and will reload your browser)

Of course you will need to run your backend, which one you can find here link

Releases

No releases published

Packages

No packages published