Git Product home page Git Product logo

create-node-app's Introduction

How to use create-node-app

Create-node-app is console toolchain. Create Node App is a way to create simple nodejs server. It offers a modern build setup with no configuration.

Get Started Immediately

All included tools that user chooses in the console are preconfigured and hidden so that you can focus on the code.

Create a project, and you’re good to go.

Install the package

  1. Clone the repo https://github.com/pulpiks/create-node-app.git

  2. cd create-node-app && npm install

To create a new app, you may choose the following methods:

  1. Run the command: npm link && create-node-base <%=RELATIVE_PATH_TO_YOUR_NEW_PROJECT=%>

  2. Provide the answers in the command line

Enjoy your new project

  1. Check how your project looks like in <%=RELATIVE_PATH_TO_YOUR_NEW_PROJECT=%>

No configuration or complicated folder structures, only the files you need to build your app. Once the installation is done, you can open your project folder:


your-node-server ls -lf

├ jest.config.js

├ .gitignore

├ package.json

├ .eslintrc.js

├ src/

├ server.js


Scripts

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

For example, npm run start

create-node-app's People

Contributors

pulpiks avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.