Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
eue
Commits
e573eb20
Commit
e573eb20
authored
Jan 26, 2021
by
KangMin An
Browse files
Update gitignore & modules & Pkg Script.
parent
5077b017
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e573eb20
# Mac OS Format File
.DS_Store
# VScode setting File
.vscode/*
.vscode/*
# Arduino File
arduino/
arduino/
\ No newline at end of file
client/package.json
View file @
e573eb20
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
"@testing-library/user-event"
:
"^7.2.1"
,
"@testing-library/user-event"
:
"^7.2.1"
,
"react"
:
"^16.13.1"
,
"react"
:
"^16.13.1"
,
"react-dom"
:
"^16.13.1"
,
"react-dom"
:
"^16.13.1"
,
"react-scripts"
:
"3.4.
3
"
"react-scripts"
:
"
^
3.4.
4
"
},
},
"scripts"
:
{
"scripts"
:
{
"start"
:
"react-scripts start"
,
"start"
:
"react-scripts start"
,
...
...
server/package.json
View file @
e573eb20
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"description"
:
""
,
"description"
:
""
,
"main"
:
"init.js"
,
"main"
:
"init.js"
,
"scripts"
:
{
"scripts"
:
{
"
start
"
:
"nodemon --exec babel-node src/init.js --delay 2"
"
dev:server
"
:
"nodemon --exec babel-node src/init.js --delay 2"
},
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment