Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최은석
/
ossw-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최은석
2022-06-08 01:16:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56beb8ee93b7508bcb03e27cdacb7a93356cf048
56beb8ee
1 parent
1f754104
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
README.md
README.md
View file @
56beb8e
...
...
@@ -7,6 +7,11 @@ npm install && cd client && npm install && cd ../
```
npm start
```
> ```Admin permissions are required to run a server on a port below 1024.``` 에러 발생시
> ```
> sudo setcap 'cap_net_bind_service=+ep' `which node`
> ```
> 실행한뒤 다시 npm start
# 학식 관련된 의견 주고 받는 커뮤니티
> 친구의 부탁으로 인해 현재 제2기숙사와 학생회관의 학식을 보여주는 앱을 개발했습니다.
...
...
Please
register
or
login
to post a comment