Skip to content

ClickChat/clickchat-webapp

Repository files navigation

ClickChat-WEBAPP

license engine npm Build Status Coverage Status

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:ClickChat/clickchat-webapp.git this repository
  • change into the new directory clickchat-webapp
  • nvm use
  • npm install
  • bower install

Build project

grunt

Run tests

npm test

Running / Development

Dist

Upload to a static hosted website on Amazon S3

grunt
cd dist
aws s3 sync . s3://clickchat.acactown.org --delete --acl public-read

Code Generators

Make use of the many generators for code, try yo --help for more details

Further Reading / Useful Links

Versions

  • 1.0.0 (current)

License

Apache-2.0

About

The Front-end SPA for ClickChat project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published