Skip to content

CSUMB-SP17-CST499/PLex-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLex-Chatbot

Begin by installing dependencies with command:

npm install

Scripts

Before accessing the landing page, build project with command:

npm run build

This command will build the app for production to the 'build' directory.

Run the application in development mode by running command:

npm start

Open [http://localhost:3000] (http://localhost:3000) to view in the browser.
The page will reload any edits you make. Lint errors are logged in the console.

Run NodeJS server with command:

node server/server.js

Open [http://localhost:8080] (http://localhost:8080) to view in the browser.