Javascript Setup

Posted Sep 05, 2019

This is a summary of initial steps and configurations I probably want to do whenever I start a vanilla Javascript project.

Use Yeoman to create the project:

$ npm install -g yo generator-simple
$ yo simple