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-02 19:41:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2861dace35b689b926426504def46de4bc31afdd
2861dace
1 parent
ef5f1a52
[Docs] Add Express
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
README.md
README.md
View file @
2861dac
...
...
@@ -5,7 +5,7 @@
## Configuration
-
Front-End : React
-
Back-End :
Node.j
s
-
Back-End :
Expres
s
-
Storage : LocalForage
-
Crawl : Puppeteer
...
...
@@ -21,6 +21,14 @@ npm install
### Run
#### Terminal 1
```
sh
npm start
```
#### Terminal 2
```
sh
npm run server
```
...
...
Please
register
or
login
to post a comment