Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@zubs/xstarter

Zubs6ISC1.0.4

NodeJs MVC starter

web, starter, node-starter, starterkit, backend, MVC

readme

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