Skip to content

Instantly share code, notes, and snippets.

@zouhir
Created July 3, 2018 16:25
Show Gist options
  • Save zouhir/9ddb374ea8d5863490cce879d6ca4ae3 to your computer and use it in GitHub Desktop.
Save zouhir/9ddb374ea8d5863490cce879d6ca4ae3 to your computer and use it in GitHub Desktop.
Interns Dev Environment Setup

Node.js

Get the current version from here

Git

Download Git from here

Git desktop client (optional)

You can get a client to work with Git more easily:

VS Code

Our code editor of choice, download here

Preact CLI

Quick PWA starter kit, installation steps:

npm i -g preact-cli

Setup a project:

preact create preactjs-templates/simple my-app-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment