create-esnext-app

Opinionated ESNext application boilerplate generator.

Usage no npm install needed!

<script type="module">
  import createEsnextApp from 'https://cdn.skypack.dev/create-esnext-app';
</script>

README

create-esnext-app

Opinionated ESNext application boilerplate generator.

build JavaScript Style Guide Commitizen friendly Standard Version npm version npm downloads

docker-node

Key Features

Supported Templates

  • Basic - Foundation of every ESNext based application.
  • Fastify - Fastify based API server template with Docker support.
  • MobX - MobX + React template built on top of Parcel with Docker support.

Installation

npm install -g create-esnext-app

Update

npm update -g create-esnext-app

Create Biolerplate

create-esnext-app

GIT Workflow

GIT Commit

GIT Commit

GIT Push

GIT Push

Templates

Basic - ESNext Boilerplate

Fastify Server Boilerplate

  • Foundation extended from Basic.
  • Fastify - An modern efficient server.
  • Convict - expands on the standard pattern of configuring with dynamic settings supports.
  • PM2 - production process manager.
  • Docker - containerization ready for your production deployment.

MobX (Parcel) + React Boilerplate

  • Foundation extended from Basic.
  • Parcel based React boilerplate.
  • Enzyme testing utilities for React.
  • Ant Design An enterprise-class UI design language and React-based implementation.
  • mobx-react - React bindings for MobX.
  • Docker - containerization ready for your production deployment.

VSCode Supports (Optional)

  • Required Extensions:
  • Workspace settings (via .vscode/settings.json).
  • Chrome based debugger (via .vscode/launch.json).