Skip to content

Application template built with knockout.js and require.js

License

Notifications You must be signed in to change notification settings

martinsutka/knockoutjs.boilerplate

Repository files navigation

Boilerplate knockout.js

Application template built with knockout.js and require.js

To use this boilerplate complete the steps described in the rest of this page.

How to use it

  1. Download the source code of this repository.
  2. Open the folder with Visual Studio Code.
  3. In order to build the project install node.js.
  4. Restore npm packages by running the restore task (Press Ctrl + Shift + B and choose restore task).
  5. Build the project using the Debug configuration by running the build:Debug task (Press Ctrl + Shift + B and choose build:Debug task).
  6. In order to run the project using the Debug configuration run the launch:Debug task (Press Ctrl + Shift + B and choose build:Debug task).

Configuration

  1. 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.
  2. When you run the project using the launch:Debug task, it will open the application using the browser specified by the build.browser workspace setting.
  3. The port can be modified by changing the build.debug.port workspace setting.

Prerequisites

Install fontforge.

  • Download and install fontforge.
  • Add C:\Program Files (x86)\FontForgeBuilds\bin to your PATH environment variable.

About

Application template built with knockout.js and require.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published