CSUMB-SP17-CST499 / PLex-Chatbot

Developed for our capstone CST 499
https://panafold-chatbot.herokuapp.com/
0 stars 0 forks source link

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.