Javascript Setup
Posted
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
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