Skip to content

kpwbo/angular-fun

Repository files navigation

Angular Fun

BCH compliance

Demo: https://kpwbo.com/

Development

Build frontend

npm run build

Run server

npm start

A server/config.js file must be written. The file must export an object with the following properties :

  • api_key: the API key of Cleverbot (string);
  • session_secret: the secret used by express-session (string).

Run linter

npm run lint

Run tests

npm run test for unit tests.

npm run e2e for e2e tests.

About

Having fun with Angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published