Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 527 Bytes

Film Indy

Local Dev - Getting Started

  1. npm install
  2. npm start -> should open a browser to locahost:3000

Linting

  1. npm install -g eslint
  2. Install eslint addon for whatever editor you have
  3. For vscode use this and hit CTRL-COMMA and add the following settings
    "eslint.enable": true,
    "eslint.autoFixOnSave": true
}

This should show lint erros in VS Code and will autoformat the code when you save.