1- # Squeezer Framework [ ![ Awesome] ( https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg )] ( https://github.com/sindresorhus/awesome )
2-
31![ Squeezer Intro] ( docs/gitbook/images/introduction.png )
42
53## [ Watch video] ( https://www.youtube.com/watch?v=DfRnJOZvtJg&t=3s )
86### Docs : [ docs.squeezer.io] ( https://docs.squeezer.io )
97### Chat : [ chat.squeezer.io] ( http://chat.squeezer.io )
108
9+ [ ![ Build Status] ( https://travis-ci.org/SqueezerIO/squeezer.svg?branch=master )] ( https://travis-ci.org/SqueezerIO/squeezer )
10+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/SqueezerIO/squeezer/badge.svg?branch=master )] ( https://coveralls.io/github/SqueezerIO/squeezer?branch=master )
11+ [ ![ npm version] ( https://badge.fury.io/js/squeezer-cli.svg )] ( https://badge.fury.io/js/squeezer-cli )
1112[ ![ Join the chat at https://gitter.im/SqueezerIO/squeezer ] ( https://badges.gitter.im/SqueezerIO/squeezer.svg )] ( https://gitter.im/SqueezerIO/squeezer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
1213
1314![ Quick Getting Started] ( docs/gitbook/images/getting-started-tutorial-quick.gif )
@@ -57,11 +58,11 @@ like on any other trivial NodeJS project
5758
5859You can get various templates for creating a quick project stub :
5960
60- | template | description |
61- | -----| --------------|
61+ | template | description | |
62+ | -----| --------------| ------- |
6263|aws-api-nodejs|AWS generic API Hello World template
6364|aws-api-nodejs-rest|AWS NodeJS REST API template + DynamoDB + Swagger support
64- |aws-web-nodejs-reactjs|AWS NodeJS WebApp template + Pug ( ex-Jade ) + ReactJS support + Material UI + Bootstrap 3 styling
65+ |aws-web-nodejs-reactjs|AWS NodeJS WebApp template + Pug ( ex-Jade ) + ReactJS support + Material UI + Bootstrap 3 styling| [ demo ] ( https://dg3eevr06b.execute-api.us-east-1.amazonaws.com/dev )
6566
6667
6768### Getting started
@@ -91,7 +92,7 @@ NOTE: **Windows** users should [enable symlinks](http://answers.perforce.com/art
9192| | cmd | description |
9293| ----| -----| --------------|
9394| 1. | ** sqz compile --production** | Compile microservices |
94- | 2. | ** sqz deploy** | Deploy your app into the cloud provider<br >* Note* : initial deployments can take longer <= ** 40 mins** |
95+ | 2. | ** sqz deploy --stage dev ** | Deploy your app into the cloud provider<br >* Note* : initial deployments can take longer <= ** 40 mins** |
9596
9697
9798### Project Structure
@@ -109,4 +110,4 @@ NOTE: **Windows** users should [enable symlinks](http://answers.perforce.com/art
109110
110111### Contributing
111112
112- See [ contributing.md] ( CONTRIBUTING.md ) for contribution guidelines.
113+ See [ contributing.md] ( CONTRIBUTING.md ) for contribution guidelines
0 commit comments