Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Update developer setup
authored
Jan 03, 2019
by
Ryan Diehl
Show whitespace changes
Inline
Side-by-side
developer-setup.md
View page @
355f0759
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
*
NodeJS (v6.11.2) - https://nodejs.org/en/
*
NodeJS (v6.11.2) - https://nodejs.org/en/
*
Platform for dev and build tools, includes
`npm`
a frontend package manager
*
Platform for dev and build tools, includes
`npm`
a frontend package manager
*
NVM https://github.com/creationix/nvm allows you to manage multiple installed versions of node
*
Yarn (v0.27.x) - https://yarnpkg.com/en/docs/install
*
Yarn (v0.27.x) - https://yarnpkg.com/en/docs/install
*
wrapper around
`npm`
, provides faster installation of packages, caching, etc.
*
wrapper around
`npm`
, provides faster installation of packages, caching, etc.
*
Visual Studio Code (latest) - https://code.visualstudio.com/download
*
Visual Studio Code (latest) - https://code.visualstudio.com/download
...
...