Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 386 Bytes

File metadata and controls

32 lines (21 loc) · 386 Bytes

FIRST-REPO

This repo is to learn git. See demo

Index

  • Installtation
  • How to start
  • Supported node.js version

Installation

$ git clone {repo addr} && cd {repo name}
$ npm install
$ npm start

How to start

$ npm start

Supported node.js version

^v11.0

Sample code

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