DinamicJs Desktop

It's the desktop version of DinamicJs project.

How to use

  1. Install all the dependencies with yarn on the root folder.
  2. Run yarn start to start the app in dev mode.

How to build the app

  1. Build the app using yarn build
  2. Package the app with the command yarn package
  3. Create the installation files with the command yarn make

Environments

  • DEV = development
  • TEST = testing
  • PROD = production

Default Snippets

  • clg : console.log
  • imp : import
  • afn : arrow function
  • afc : async function
  • fnc : function
  • for : for
  • forin : for in
  • forof : for of
  • foreach : for each
  • while : while
  • dowhile : do while
  • if : if
  • ifelse : if else
  • ife : if else if
  • switch : switch
  • try : try catch
  • map : map
  • filter : filter
  • reduce : reduce

Technologies used

Install

  • You can download the latest version of the app here