/complete-course-js

Project developed from the course Javascript ES6! A Complete Reference Guide to Javascript ES6! from Udemy

Primary LanguageJavaScript

complete-course-js

Install the module simple-autoreload-server

npm install -g simple-autoreload-server

Run the follows command inside of project folder

autoreload-server -w "/.{html,css,js}" -t ./ -p 8080 -b

Select the file 'index.html' on page start up

To configure ESLint on project install eslint module

npm install -g eslint

Than, configure a package.json

npm init

Ends initializing ESLint and configure its

eslint --init