In this video I’m going to show you how to setup a JavaScript development environment. It will support live reload using BrowserSync, transpile the code using Babel, lint the JavaScript code using ESLint, format it using Prettier and EditorConfig, generate source maps for debugging and more.
Chapters:
00:00 Intro
00:08 Install Node.js
00:25 Install VSCode
00:37 Install Git
00:45 Get Development Environment Up and Running
01:28 Install Project Dependencies
01:44 Install VSCode Extensions
02:12 Create Hello World Application
02:18 Start the Development Web Server
Github Repo: https://github.com/rapidevelop/js_sta...
Download Node.js: https://nodejs.org/en/download/
Download VSCode: https://code.visualstudio.com/Download
Download Git: https://git-scm.com/downloads
#JavaScript