Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 304 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 304 Bytes

WebFTP#

Building

To build the Typescript files, you must run etiher the built command (for debug) or the release command (for release)

npm run build
npm run release

After that, you can either use Visual Studio and IIS Express to serve the website, or use

dotnet run