Skip to content

iFregata/create-roxa-nodewebapp-create

Repository files navigation

Roxa Node Web Backend App Creator

The scafflold of Node web backend application

Usage

Node.js v16.x.x

$ npm init roxa-nodewebapp-create <your-project-name> # Recommends using lower kebab-case as project name
Need to install the following packages:
  create-roxa-nodewebapp-create
Ok to proceed? (y) 
? description #<Your description>
? author name #<Your name>
? author email #<Your email address>
? license MIT
? choose your fave os macOS

Creating a new package in ~/workshop/<your-project-name>

Initializing a git repository
> git init
Installing dependencies using npm
> npm install

Successfully created ~/workshop/<your-project-name>

Congratulation! your node web app project has been created.


$ cd #<your-project-name>
$ code . # Launch VSCode

About

A scaffold of Node.js WebAPI application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published