Skip to content

Commit

Permalink
React SPA v0.1. Working :)
Browse files Browse the repository at this point in the history
  • Loading branch information
staminna committed Jun 30, 2019
1 parent 8eb108f commit bec31d9
Show file tree
Hide file tree
Showing 9 changed files with 10,897 additions and 157 deletions.
13 changes: 13 additions & 0 deletions launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
}
}]
}
Loading

0 comments on commit bec31d9

Please sign in to comment.