Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 608 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 608 Bytes

QuokkaJs with Babel Project Template

Ready-to-run QuokaJs with Babel project

How to use it

  • Step 1: Install QuokkaJs extension on your editor of preference

DISCLAIMER: I have only tested this project on Visual Studio Code but it should work just fine on any editor supported by QuokkaJs.

  • Step 2: install npm packages locally
npm install
  • Step 3: Add QuokaJs files

In Visual Studio Code:

  • Press Ctrl/Cmd + Shift + P to display the editor’s command palette
  • Type Quokka to see the list of the available commands.
  • Select and run the New JavaScript File command