first-repo

This repo is to learn git.

See demo

Index

-Installation -How to start -Supported node.js version

Installation

$git clone {repo add} && cd {repo name}
$npm install

How to start

$ npm start

Supported node.js version

^v11.0

Sample code

console.log('hello, world!');