A Node.js MVC starter. Easily start Node.js projects.
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"
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