You will need the following things properly installed on your computer.
git clone git@github.com:ClickChat/clickchat-webapp.git
this repository- change into the new directory
clickchat-webapp
nvm use
npm install
bower install
grunt
npm test
nvm use
grunt serve
- Visit your ClickChat app at http://localhost:9000
Upload to a static hosted website on Amazon S3
grunt
cd dist
aws s3 sync . s3://clickchat.acactown.org --delete --acl public-read
Make use of the many generators for code, try yo --help
for more details
- 1.0.0 (current)