create-exnode-app

0.9.9 • Public • Published

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

Package Sidebar

Install

npm i create-exnode-app

Weekly Downloads

1

Version

0.9.9

License

MIT

Unpacked Size

17.3 kB

Total Files

19

Last publish

Collaborators

  • sharoztanveer