npm -g install express-generator
Create a blog template
express blog-system
cd blog-system
According to package.json will need to install dependencies.
Please type following command.
npm install
Start web server
DEBUG=blog-system:* npm start
Open web browser to browse the webpage.
http://192.168.56.101:3000/
0 意見:
張貼留言