0.1.0 • Published 5 years ago

@artegha/create-node-server v0.1.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

Create Node Server pipeline status coverage report

Create modern Node.js apps with no build configuration. In a single command, this tool bootstraps a Typescript + Express. Tottaly inspired by and based on create-react-app.

Quick start

Creating a Server

npx @artegha/create-node-server my-server
cd my-server
npm start

Creates a new repository and starts an Express backend.

Deploying to Production

npm run prod

Build you server for production

What’s Included?

create-node-server automatically sets up and manages:

  • Developer tools: ESLint, editorconfig, prettier, automatic reload with Nodemon and Typescript

Contributing

  • If you feel that this tool can be improved, feel free to open an issue or pull request!
  • You can also create template like with create-react-app
0.1.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.3

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.6

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago