Toggle navigation
Toggle navigation
This project
Loading...
Sign in
HyeonJun Jeon
/
Extended-Calendar
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
HyeonJun Jeon
2022-06-10 06:38:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8f0a59a22e508aaeb1b3b81d9fdf94f344e0aae
f8f0a59a
1 parent
3fe9400c
[Docs] Description of intallation
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
9 deletions
README.md
README.md
View file @
f8f0a59
...
...
@@ -31,20 +31,36 @@
## Getting Started (Installation)
###
Install
```
sh
###
Set up
```
bash
git clone http://khuhub.khu.ac.kr/2021105636/Extended-Calendar.git
npm install
npm -g install nodemon
npm install -g nodemon
npm install -g pm2
```
### Build & Run
```
sh
### Run to debug
> Terminal 1 ( Server )
>
> ```
> npm run server
> ```
>
> Terminal 2 ( React )
>
> ```
> npm start
> ```
port : 3000
<br>
### Run to deploy
```
npm run build
npm run
server
npm run
pm2
```
port : 3001
<br>
<br>
## Usage
...
...
Please
register
or
login
to post a comment