Last updated on June 21, 2020
Javascript Setup
👋 Hello! Most of these notes are "knowledge in the making", so parts of them could be incomplete 🙈,
inaccurate 🙉 or even potentially wrong 🙊.
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