Create hello world React app with hot module replacement
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user