0.1.0 • Published 5 years ago
@artegha/create-node-server v0.1.0
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 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