1.1.0 • Published 7 years ago

@fwh/create-node-server v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Create Node Server npm version

Setup a node.js server from predefined templates with zero configuration.

Inspired by Create React App.

Features

✅ Next-gen Javascript (or Typescript) powered by Babel.

✅ Live-reload powered by nodemon.

✅ Inject environment variables via .json file (Live-reload only).

Quick Overview

Currently only yarn is supported.

Templates

Create Node Server supports multiple templates. Currently the following templates are implemeneted (More to come):

  • ts-koa-apollo

Install

yarn global add @fwh/create-node-server

Create a new server from template

create-node-server my-app
cd my-app/
yarn start

Autor

Felix Haus

License

MIT - see LICENSE.md for details.

1.1.0

7 years ago

1.0.0

7 years ago