Recommended packages:
- atom-typescript - syntax highlighting and intellisense for TypeScript
- atom-build-npm-apm - invoke all npm scripts straight from the editor by pressing F7 (requires atom-build)
- linter and linter-tslint - shows linter errors and warning in the editor
The Desktop repository includes a list of recommended extensions:
- Select the Extension view, select Show Workspace Recommended Extensions from the dropdown menu
- Install all the extensions
- Run the command
npm start
- Open Chrome Dev Tools
React Dev Tools should automatically install itself on first start. If you would also like to use Devtron, run the command require('devtron').install()
inside of the console in Chrome Dev Tools.