|
1 | | -<div class="container-fluid"> |
| 1 | +<div class="container-fluid home"> |
| 2 | + <div class="row"> |
| 3 | + <div class="col-xs-offset-2 col-xs-8"> |
| 4 | + <p>Do not waste your valuable time with every new project by configuring app and folder structure - use <strong>ExpressJS, Socket.io & AngularJS Boilerplate</strong> and start working straight on what really matters.</p> |
2 | 5 |
|
3 | | - <div class="row"> |
| 6 | + <h3>FEATURES:</h3> |
| 7 | + <h4>Server:</h4> |
| 8 | + <ul> |
| 9 | + <li>* ExpressJS API with JSON web token (JWT) authentification</li> |
| 10 | + <li>* Socket.IO for realtime messages implemented both on ExpressJS API as well as AngularJS client</li> |
| 11 | + <li>* Mocha test runner to test your ExpressJS app</li> |
| 12 | + <li>* Routes for create user, authenticate user, get user, get users, change password and update user</li> |
| 13 | + <li>* Tests for user controller</li> |
| 14 | + <li>* Built in packages for paginated responses or request parameters checking with express-validator</li> |
| 15 | + <li>* Postman collection to test out API endpoints in Postman desktop app</li> |
| 16 | + <li>* PM2 process files in JSON format for dev/production enviroments</li> |
| 17 | + </ul> |
4 | 18 |
|
5 | | - <div class="col-md-5 col-md-offset-3 text-center"> |
6 | | - <p>Do not waste your valuable time with every new project by configuring app and folder structure - use <strong>ExpressJS, Socket.io & AngularJS Boilerplate</strong> and start working straight on what really matters.</p> |
| 19 | + <h4>Client:</h4> |
| 20 | + <ul> |
| 21 | + <li>* Component oriented AngularJS client app built on version 1.6.x</li> |
| 22 | + <li>* SASS preprocessor with bootstrap grid system</li> |
| 23 | + <li>* Gulp with browser-sync for serving app including tasks for SASS files compilation, JShint linting or build task for generating minified production version</li> |
| 24 | + <li>* UI-Router for seamless AngularJS routing</li> |
| 25 | + </ul> |
7 | 26 |
|
| 27 | + <h4>Setup:</h4> |
| 28 | + <div> |
| 29 | + <strong>Clone: </strong> |
| 30 | + <span class="code">git clone git@github.com:jbutko/ExpressJS-Socket.IO-AngularJS-Boilerplate.git</span> |
| 31 | + </div> |
8 | 32 |
|
9 | | - <h3>FEATURES:</h3> |
10 | | - <ul> |
11 | | - <li>* Component oriented AngularJS client app built on version 1.6.x</li> |
12 | | - <li>* ExpressJS API with JSON webtoken authentification</li> |
13 | | - <li>* Socket.io for realtime messages implement on both AngularJS client as well as ExpressJS API</li> |
14 | | - <li>* Mocha test runner to test your ExpressJS app</li> |
15 | | - </ul> |
16 | | - </div> |
17 | | - </div> |
| 33 | + <div> |
| 34 | + <strong>Server: </strong> |
| 35 | + <span class="code">cd server&&npm install&&npm start</span> |
| 36 | + </div> |
| 37 | + |
| 38 | + <div> |
| 39 | + <strong>Client: </strong> |
| 40 | + <span class="code">cd client&&npm install&&gulp</span> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + </div> |
18 | 44 | </div> |
0 commit comments