Getting Started With askui

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • askui

    What can be said can be solved.

  • askui is an open source framework with a public documentation. You can install askui in an IDE of your choice, we will use Visual Studio Code in the following. Firstly, open the folder where we want to install askui. In my example this folder is called "Installation". It should look something like this:

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • Furthermore, we are going to use TypeScript for writing the test instead of plain JavaScript. Run the following command to install Typescript, TS-Node for using Typescript together with Node.js and the types of Jest and Node.js.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • mocha

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

  • One framework which provides all of this out of the box is Jest which we are going to use in this example as it is quite easy to get started with and well-known. But feel free to use another test framework, such as Jasmine or Mocha. How you use the askui library should be pretty much the same across these frameworks. For installing Jest, type the following:

  • jest

    Delightful JavaScript Testing.

  • One framework which provides all of this out of the box is Jest which we are going to use in this example as it is quite easy to get started with and well-known. But feel free to use another test framework, such as Jasmine or Mocha. How you use the askui library should be pretty much the same across these frameworks. For installing Jest, type the following:

  • jasmine

    Simple JavaScript testing framework for browsers and node.js

  • One framework which provides all of this out of the box is Jest which we are going to use in this example as it is quite easy to get started with and well-known. But feel free to use another test framework, such as Jasmine or Mocha. How you use the askui library should be pretty much the same across these frameworks. For installing Jest, type the following:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts