setup-node-app
v1.0.7
Published
**Quick Craft** is a powerful CLI tool for rapidly generating Node.js servers with TypeScript boilerplate. It sets up your *Node.js* server within one minute, complete with TypeScript and environment configurations. Additionally, it configures Webpack for
Downloads
5
Maintainers
Readme
Quick Craft
Quick Craft is a powerful CLI tool for rapidly generating Node.js servers with TypeScript boilerplate. It sets up your Node.js server within one minute, complete with TypeScript and environment configurations. Additionally, it configures Webpack for various environments, all in under a minute. This efficient tool is perfect for developers looking to streamline their workflow and quickly set up robust, scalable servers.
Installation
npm install -g setup-node-app
Usage
create-node-app <projectname>
** Replace with your desired project name.
Now you can go to the created directory:
cd <projectname>
Run this command for run the application
npm run start:dev
Whoooooo 🎉🎉🎉
You’ve successfully created the server in under a minute, ready for action. Now, dive in and start playing. 🎮 Discover how effortless server setup can be. Enjoy seamless gameplay with your new server. 🕹️✨
Build the application
npm run build