First install npm, then run
npm install
npm start
This will first install all dependancies, then run a development server complete with auto-reload.
You can install these by running apm i linter linter-eslint editorconfig
You can use Intellij's Required Plugins feature:
You can use the included Run Configurations to run in debugging mode, build the static site or run tests.
You'll want to install the following plugins in your workspace:
# Bash one-liner
for ext in "dbaeumer.vscode-eslint" "editorconfig.editorconfig"; do code --install-extension $ext; done
Or use VSCode's built in Recommended Extensions feature:
You can use the included debug profile to run the development server in debugging mode.