DEV Community

Discussion on: React is awesome but have you tried fresh?

Collapse
 
asheeshh profile image
ashish • Edited
  1. Install the official deno extension for vsc.

  2. create a .vscode folder in the project dir with settings.json file, put the following content inside it -

{
  "deno.enable": true,
  "deno.lint": true
}
Enter fullscreen mode Exit fullscreen mode

this is the basic config, you can learn more here.

  1. for finding packages, use deno.land/x