UNPKG

@25sprout/react-starter

Version:

25sprout web starter with React

16 lines (15 loc) 287 B
{ "version": "0.1.0", "configurations": [ { "name": "Launch localhost", "type": "chrome", "request": "launch", "url": "http://localhost:3000", "webRoot": "${workspaceFolder}/src", "skipFiles": [ "node_modules/**" ], }, ] }