/fooling-around

Primary LanguageJavaScriptOpen Software License 3.0OSL-3.0

Fooling Around

This is a repo for testing and implementing small features

Table of contents

Install

$ npm install -g json-server

Running the server

$ json-server --watch db.json //default port is 3000

Changing port

$ json-server --watch db.json --port 3005

Reference