A react boilerplate project for Visual Studio Code based on react-transform-boilerplate and React Hot Loader 3.0
- Intellisense (code completion) for external libraries via Automatic Type Acquisition (ATA)
- Debugging react ES2015 classes inside vscode via vscode-chrome-debug extension
- Easy access to install, build and debugging commands via vscode command palette and keyboard shortcuts
- JSX code analysis (linting) with autofixing support via vscode-eslint extension
- React Hot Loading
git clone https://github.com/skolmer/react-hot-boilerplate-vscode.git
- open react-hot-boilerplate-vscode in Visual Studio Code
- make sure you have vscode-chrome-debug and vscode-eslint extension installed
- press F1 >
Run Task
>install
(ornpm install
) to install all dependencies
- F5 to start debugging
- CTRL+SHIFT+B to build a production release
- CTRL+SHIFT+T to run eslint
CC0 (public domain)