Skip to content

abhicool957/ap-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ap-chatbot

Setup

  1. Check the npm packages:

    npm install
    
  2. Start the application

    node dist/api.js
    

Managing the project with Grunt

  • Runs eslint, babel:dist and mochaTest

    grunt
    
  • Runs the tests (the same as npm test)

    grunt mochatest
    
  • Compiles the .es6 files to .js

    grunt babel:dist
    
  • Lints the .es6 files

    grunt eslint
    

About

chatbot using rivescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors