Skip to content

ayushgupta11/node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-server-gen

A npm module based on node-js for creating node js server for your projects. This project is similar to create-react-app as it provides basic CLI functionality for bootstrapping your node.js projects with a boilerplate template along with the support of ES6 syntax.

Note: This project is currently in development phase. A lot of functionalities will be added in later stages.

How to use?

  1. Install this package globally using below command.

npm install node-server-gen -g

  1. Run below command to initialize your project.

node-server init <project-name>

After completion, project will be ready to use. Navigate into your project & run below command:

npm run dev The above command is for running development server on your local machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors