0.9.9 • Published 4 years ago

create-exnode-app v0.9.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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 :heart: 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: :heart:

Made with :heart: in Javascript