@artegha/create-node-server
v0.1.0
Published
Create Node servers with no build configuration.
Downloads
28
Maintainers
Readme
Create Node Server

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 startCreates a new repository and starts an Express backend.
Deploying to Production
npm run prodBuild 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
