Skip to content

segandiaye/create-node-starter

Repository files navigation

create-node-starter

NPM version Build Status

This tool allows you to create a Nodejs server easily.

You can adapt it to your needs for example by creating APIs or more advanced user interfaces.

Requirement

  • Nodejs(version>=10.15)

Installation

# Using npm
npm install -g create-node-starter

Usage

create-node-starter PROJECT_NAME
cd PROJECT_NAME/
npm i
npm start

To browse your app go to http://localhost:8888

Project architecture

PROJECT_NAME
├── package.json
└── src
    ├── app.js
    ├── controller
    │   └── home.js
    ├── routes.js
    └── start.js

About

Getting started easy with Nodejs

Resources

License

Stars

Watchers

Forks

Packages

No packages published