Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 362 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 362 Bytes

ThinkJS website code

www.thinkjs.org

Installation

git clone [email protected]:75team/www.thinkjs.org.git

Install dependencies

npm install

Compile

npm run compile

Start server

npm start

How to visit

Open url http://127.0.0.1:7777/ in browser.