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