@zubs/xstarter

1.0.4 • Public • Published

XStarter

A Node.js MVC starter. Easily start Node.js projects.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js.

Installation is done using the npm install command:

$ npm install -g @zubs/xstarter"

Usage

Type the xstarter command in any folder you wish to create the project in.

$ xstarter

Then a folder with the entered project name is created in your current directory. The folder structure is as seen here:

Next,

$ cd project_name

Then, install dependencies (if you haven't already installed during the instantiation).

$ npm install

Finally, to serve the application

$ npm run dev

You'd see

The site can now be accessed at localhost:3000

Package Sidebar

Install

npm i @zubs/xstarter

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

350 kB

Total Files

41

Last publish

Collaborators

  • zubs