Skip to content

Zubs/xstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published