first-project-server-test
v0.2.3
Published
my first project on npm
Readme
My first project on npm
description
- this project is a server created with express.js
installation:
npm i --save first-project-server-testUsed
const Server = require('first-project-server-test');
const newServer = new Server();
newServer.listen(); next ran the following command line
node <[your app] path> 