Node. js Express Installation Guide

Source: Internet
Author: User
Tags install node

Node. js Express Installation Guide

I. Installation

To create a project, the system prompts that the express command is not found.

Npm install-g express-generator # install express-generator first
Npm install-g express
Express-V # verify whether the installation is successful

2. Create a project

$ Express myfirstexpress # The default template of express uses jade. If you need ejs template support, add the-e option, that is, express-e myfirstexpress
$ Cd myfirstexpress

$ Ls
App. js bin package. json public routes views # directory structure of the project

Iii. Run the project

$ Npm install # Wait for a while because you need to obtain many library files

$ Npm start

4. Access the first express Project

Enter http: // 127.0.0.1: 3000 in the browser

------------------------------------ Another split line --------------------------------------

I. Installation


Official http://expressjs.com/

There are some changes to express4.X, The 4.x version of the command tool separate (https://github.com/expressjs/generator), all to install the first express-generator, otherwise when creating the project, will prompt the express command not found

$ Npm install-g express-generator # install express-generator first

$ Npm install-g express

$ Express-V # verify whether the installation is successful

2. Create a project

$ Express myfirstexpress # The default template of express uses jade. If you need ejs template support, add the-e option, that is, express-e myfirstexpress
$ Cd myfirstexpress

$ Ls
App. js bin package. json public routes views # directory structure of the project

$ Express myfirstexpress # The default template of express uses jade. If you need ejs template support, add the-e option, that is, express-e myfirstexpress
$ Cd myfirstexpress

$ Ls
App. js bin package. json public routes views # directory structure of the project

Iii. Run the project

$ Npm install # Wait for a while because you need to obtain many library files

$ Npm start

> Myfirstexpress@0.0.1 start/root/myfirstexpress
> Node./bin/www

4. Access the first express Project

Enter http: // your IP address: 3000 in the browser

Display

Express

Welcome to Express

Express is successfully installed.

You may also like the following content about Node. js:

How to install Node. js in CentOS 7

Build a Node. js development environment in Ubuntu 14.04

Install and configure the Node. js development environment in javasru 12.04

Getting started with Node. Js [PDF + related Code]

Node. js Development Guide hd pdf Chinese version + source code

Node. js getting started Development Guide

Compile and install Node. js in Ubuntu

Node. js details: click here
Node. js: click here

This article permanently updates the link address:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.