Application template built with knockout.js and require.js
To use this boilerplate complete the steps described in the rest of this page.
- Download the source code of this repository.
- Open the folder with Visual Studio Code.
- In order to build the project install node.js.
- Restore npm packages by running the
restore
task (PressCtrl + Shift + B
and choose restore task). - Build the project using the Debug configuration by running the
build:Debug
task (PressCtrl + Shift + B
and choose build:Debug task). - In order to run the project using the Debug configuration run the
launch:Debug
task (PressCtrl + Shift + B
and choose build:Debug task).
- If you want to run the project, you need to install the IIS Express and configure the path to it in the Workspace Settings by modifying the setting
build.iisexpress
. - When you run the project using the
launch:Debug
task, it will open the application using the browser specified by thebuild.browser
workspace setting. - The port can be modified by changing the
build.debug.port
workspace setting.
Install fontforge
.
- Download and install fontforge.
- Add
C:\Program Files (x86)\FontForgeBuilds\bin
to yourPATH
environment variable.