GithubHelp home page GithubHelp logo

nodejs's Introduction

NodeJS Tutorials

Playing around with NodeJS and Git.

Quick Start

simple-server

From GitBash, enter the project folder and type the following to get started:

npm start

express-website

In the project folder. type the following to get started:

npm start

Go to http://localhost:3000 to see the results.

Installation

Windows

Linux

Ensure your distribution is up to date, and install nodejs and also the nodejs package manager.

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install nodejs
sudo apt-get install npm

Ensure that you also have git installed:

sudo apt-get install git

How to get started with express

Install express and express-generator through:

npm install -g express
npm install -g express-generator

Note for Linux:

  • Add sudo before the above commands
  • You also need to symlink node and nodejs to get around an issue with the package naming scheme, with the following command:
sudo ln -s /usr/bin/nodejs /usr/local/bin/node

Create the basic express website layout through:

express name-of-project
npm install
npm start

nodejs's People

Contributors

lawrence-c avatar surferl avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.