react-hot-boilerplate-vscode
react-hot-boilerplate-vscode copied to clipboard
React Hot Loader 3.0 Boilerplate for Visual Studio Code
React Hot Loader 3.0 Boilerplate for Visual Studio Code
A react boilerplate project for Visual Studio Code based on react-transform-boilerplate and React Hot Loader 3.0
Features
- 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
Server and Client Side Debugging
react-hot-boilerplate-vscode-fullstack (by GGAlanSmithee)
Visual Studio Code
- Download
- Tips and Tricks
- Supercharge your JavaScript debugging workflow with Visual Studio Code (Build 2017)
Required Extensions
Recommended Extensions
Installation
-
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
Visual Studio Code shortcuts
- F5 to start debugging
- CTRL+SHIFT+B to build a production release
- CTRL+SHIFT+T to run eslint
License
CC0 (public domain)