Toggle navigation
Toggle navigation
This project
Loading...
Sign in
황선혁
/
weather_chatbot
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
Eric Whale
2022-06-09 13:43:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f90fdeaf5dc5b2365ee4f906c13380498c8d59c0
f90fdeaf
1 parent
ccbfc276
Edit readme - temporal solution #2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
README.md
README.md
View file @
f90fdea
...
...
@@ -19,23 +19,35 @@ The main goal of this project is not to make something useful but to learn/use a
*
Clone the repo on your computer (temporal solution)
1.
Clone the repo
$ git clone http://khuhub.khu.ac.kr/2019102244/weather_chatbot.git
<your
_dir
>
2.
Install node_modules
*
install at server dir
$ cd
<your
_dir
>
/server
$ npm install
*
install at client dir
$ cd ..
$ cd client
$ npm install
3.
start the web-app
$ cd ..
$ cd server && npm start
2.
Load the repo on web browser
localhost:8080
...
...
Please
register
or
login
to post a comment