1.0.20 • Published 6 years ago

volcano-express-cli v1.0.20

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Volcano-express CLI

Getting started

Installation

npm install volcano-express-cli -g

Create the project

To create all the files and import all the dependencies needed for a new project, simply use the init command from the CLI :

volcano --init

Your project will then have the following structure :

Start the server

To start the server, use the npm start command.
By default, the server starts at port 3000.

npm start

If the server starts with no error, it outputs a success message in the console :

Server started at port 3000

Test the server

Once you have built and started the server, you should be able to test it with an http request :

GET/ http://localhost:3000/demo

You should receive a 200 OK response with the following content if everything is working properly :

"Demo"

List of supported commands

  • init

Creates all the files and import all the dependencies needed for a new project in given folder.

volcano --init

Volcano-express

Visit the npm page for Volcano-express for the official documentation.

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago