A Node.js based server using express and typescript (Angular2 for the client side)
# Configuration files
package.json
webpack.config.js
gulpfile.js
tsconfig.json
typings.json
# Server Sources
src/
# Core Utils
core/
classes/..
interfaces/..
services/..
db-models/..
db-transactions/..
# Server settings
settings/..
# Server
server/
index.ts
statics/..
routing/..
# Other files
..
# Install npm dependencies
npm install
# Setup server
gulp init
# Start server
gulp serve [--build]