flaunt
v0.1.0
Published
Flask inspired framework
Downloads
2
Readme
flaunt
Flask inspired framework for Node.js
Quick Start
Coming soon
Contribute
Helpful NPM scripts:
# Run the TypeScript compiler
# according to `tsconfig.json`
npm run build
# Same as above, but automatically
# rebuilds on file changes
npm run build:watch
# Removes built JS files
npm run build:clean
# Runs `build:watch` and `test:watch`
# scripts concurrently
npm run develop:watch
# Runs all tests under `test`
npm run test
# Lints all `*.ts` files in `src` and
# `test` according to `tslint.json`
npm run test:lint
# Same as above, but automatically
# retests on file changes
npm run test:watch
License
This project is licensed under the MIT License. See LICENSE
for details.