@sharoztanveer/create-exnode-app

Set up a Express(Javascript or Typescript) app by running one command.


Keywords
cli, create-exnode-app, express app, nodejs, node ts
License
MIT
Install
npm install @sharoztanveer/create-exnode-app@1.0.0

Documentation

create-exnode-app NPM version NPM Downloads Gitter PRs Welcome

Please consider following this project's author, Sharoz Tanveer, and consider starring the project to show your ❤️ and support.

Create Express apps with no build configuration.

  • Set up a Express(Javascript or Typescript) app by running one command.

Quick start

npx create-exnode-app
cd myapp
npm start

# or
npm install -g create-exnode-app
create-exnode-app
cd myapp
npm start

Inside the newly created project, you can run some built-in commands:

npm start or yarn start

Runs the app in production mode.
Open http://localhost:5000 to view it in the browser.

npm run dev or yarn dev

Runs the app in development mode.
Open http://localhost:5000 to view it in the browser.
The Server will automatically restart if you make changes to the code.

Author

Sharoz Tanveer

License

Copyright © 2020, Sharoz Tanveer. Released under the MIT License.


Contributions are welcomed! :octocat: ❤️

Made with ❤️ in Javascript