The next full-featured javascript frameworks
$ npm install koa-salt --save
const Salt = require('koa-salt');
const app = Salt();
app.start(function(){
console.log('server is running .');
});- use
- start
- Fork this repo
- Clone your repo
- Install dependencies
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Open a pull request, and enjoy <3