Create hello world React app with hot module replacement

This commit is contained in:
2017-06-19 19:20:38 +00:00
parent 5f57586a7f
commit 888eff91d8
8 changed files with 105 additions and 3 deletions

3
.gitignore vendored
View File

@@ -4,7 +4,7 @@
node_modules/
# Compiled output
build
bundle.js
# Runtime data
database.sqlite
@@ -25,6 +25,7 @@ yarn-error.log*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.swp
# Misc
.DS_Store