Skip to content

sharanrprasad/LamdaServer

Repository files navigation

Dev dependencies Node.js version Yarn Build Status

MIT License PRs Welcome Donate

Watch on GitHub Star on GitHub Tweet

node-flowtype-boilerplate

Minimalistic boilerplate to jump-start a Node.js project in ES6 with Flow type checking.

Provides a basic template, batteries included:

Quick start

This project requires Node.js v8.9 (LTS Carbon) or later and Yarn. Make sure you have those installed. Then just type following commands:

git clone https://github.com/jsynowiec/node-flowtype-boilerplate
cd node-flowtype-boilerplate
yarn

Available scripts

Run using yarn run <script> comand.

  • clean - remove coverage data, Jest cache and transpiled files,
  • lint - lint source files and tests,
  • typecheck - check type annotations,
  • test - lint, typecheck and run tests with coverage,
  • test-only - run tests with coverage,
  • test:watch - interactive watch mode to automatically re-run tests,
  • build - compile source files,
  • build:watch - interactive watch mode, compile sources on change.

Questions

If you have any questions regarding this project:

Alternative

As an alternative to Flow type checking, you can try my Node.js TypeScript boilerplate. It's basically the same but with TypeScript and TSLint.

License

Released under MIT license. See the LICENSE file.

About

Nwen406 Project 2 . Node lamda server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published