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:42:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ccbfc276e1e41915440389cc7db06434b475fa5e
ccbfc276
1 parent
d1cc5d03
Edit readme - temporal solution #1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
README.md
README.md
View file @
ccbfc27
...
...
@@ -20,7 +20,20 @@ The main goal of this project is not to make something useful but to learn/use a
1.
Clone the repo
$ git clone http://khuhub.khu.ac.kr/2019102244/weather_chatbot.git
<your
_dir
>
$ cd
<your
_dir
>
/server && npm start
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