An open API service indexing awesome lists of open source software.

https://github.com/anthonylee1994/express

Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate
https://github.com/anthonylee1994/express

express hongkong itdog jasmine mvc-architecture nodejs sequelize tslint typescript webpack webpack2 winston

Last synced: 22 days ago
JSON representation

Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate

Awesome Lists containing this project

README

        

# Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate
Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate

## Installation
```
git clone https://github.com/hosos/express.git
npm install
npm run app # Run in Development and watch for changes
```

## Configuration
See "config" directory

Warning: Please don't edit the "dist/config" directory

## Testing
```
npm run test # all test cases are in "src/spec" directory
```

## Deployment
```
npm run build                 # build "dist" directory
cp ./dist * /var/www          # copy the "dist" directory to your server
node server.js # RUN!
rm -rf /* # Clear your life
```