liuliangsir / react-hot-boilerplate-vscode

React Hot Loader 3.0 Boilerplate for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


overview

Features

Server and Client Side Debugging

react-hot-boilerplate-vscode-fullstack (by GGAlanSmithee)

Visual Studio Code

Required Extensions

Recommended Extensions

Installation

  1. git clone https://github.com/skolmer/react-hot-boilerplate-vscode.git
  2. open react-hot-boilerplate-vscode in Visual Studio Code
  3. make sure you have vscode-chrome-debug and vscode-eslint extension installed
  4. press F1 > Run Task > install (or npm install) to install all dependencies
  5. run /c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe --remote-debugging-port=9222 --incognito in terminal
  6. press F5 to start debugging

Visual Studio Code shortcuts

  • F5 to start debugging
  • CTRL+SHIFT+B to build a production release
  • CTRL+SHIFT+T to run eslint

Troubleshooting

License

CC0 (public domain)

About

React Hot Loader 3.0 Boilerplate for Visual Studio Code

License:Other


Languages

Language:JavaScript 93.3%Language:HTML 6.7%