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
- Host: GitHub
- URL: https://github.com/anthonylee1994/express
- Owner: anthonylee1994
- Created: 2017-05-11T11:04:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T09:46:37.000Z (about 4 years ago)
- Last Synced: 2025-03-27T02:43:39.658Z (about 1 month ago)
- Topics: express, hongkong, itdog, jasmine, mvc-architecture, nodejs, sequelize, tslint, typescript, webpack, webpack2, winston
- Language: TypeScript
- Homepage:
- Size: 764 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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" directoryWarning: 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
```