Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 355 Bytes

UADAF.github.io

To run own copy:

  • Clone the repository
  • Run following commands:
    npm i -g typescript webpack
    npm i
    npm link typescript
  • Go to html directory and run npm i
  • For packing run webpack or npm run build command
  • For starting dev server on localhost:3000 run webpack-dev-server or npm run start command