Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages