All Projects → jsynowiec → Node Flowtype Boilerplate

jsynowiec / Node Flowtype Boilerplate

Licence: mit
This boilerplate repository is outdated and no longer maintained. Instead, I strongly recommend to use TypeScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects
flow
126 projects
flowtype
47 projects

Projects that are alternatives of or similar to Node Flowtype Boilerplate

Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (+920.19%)
Mutual labels:  eslint, starter-template, project-template, boilerplate, jest
Simple React App
Simple base app using react, react-router v4, hot-reload & sass.
Stars: ✭ 263 (+152.88%)
Mutual labels:  eslint, boilerplate, jest
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (+38.46%)
Mutual labels:  eslint, boilerplate, jest
Rockpack
Rockpack is a simple solution for creating React Application with Server Side Rendering, bundling, linting, testing within 5 minutes
Stars: ✭ 265 (+154.81%)
Mutual labels:  eslint, boilerplate, jest
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (+28.85%)
Mutual labels:  eslint, boilerplate, jest
Api Blueprint Boilerplate
Minimalistic boilerplate to quick-start API specification using API Blueprint description language.
Stars: ✭ 71 (-31.73%)
Mutual labels:  starter-template, project-template, boilerplate
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+28.85%)
Mutual labels:  eslint, starter-template, boilerplate
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+239.42%)
Mutual labels:  eslint, boilerplate, jest
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+17906.73%)
Mutual labels:  eslint, boilerplate, jest
React Bolt
⚡ The most simple & robust boilerplate for your React projects.
Stars: ✭ 298 (+186.54%)
Mutual labels:  eslint, boilerplate, jest
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (+39.42%)
Mutual labels:  eslint, boilerplate, jest
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-88.46%)
Mutual labels:  eslint, boilerplate, jest
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (+160.58%)
Mutual labels:  eslint, boilerplate, jest
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (+497.12%)
Mutual labels:  eslint, boilerplate, jest
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-69.23%)
Mutual labels:  eslint, boilerplate, jest
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-37.5%)
Mutual labels:  eslint, jest
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (-48.08%)
Mutual labels:  eslint, boilerplate
Frontbook
📖 FrontBook is a small and modern frontend boilerplate, enabling you to write ES201* today in production-ready projects.
Stars: ✭ 102 (-1.92%)
Mutual labels:  eslint, boilerplate
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-49.04%)
Mutual labels:  boilerplate, jest
React Native Template Typescript
👾 Clean and minimalist React Native template for a quick start with TypeScript.
Stars: ✭ 1,148 (+1003.85%)
Mutual labels:  boilerplate, jest

Dev dependencies Node.js version Yarn Build Status

MIT License PRs Welcome Donate

Watch on GitHub Star on GitHub Tweet

node-flowtype-boilerplate

Notice: This boilerplate repository is outdated and no longer maintained. I do not use Flowtype anymore in my projects.

Instead, I strongly recommend to use TypeScript. You can try my Node.js TypeScript boilerplate repository.


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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].