• Stars
    star
    171
  • Rank 222,266 (Top 5 %)
  • Language
    HTML
  • Created about 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is the repository for my course "Building a website with Node.js and Express"

Building a website with Node.js and Express

This repository contains the code for my course 'Building a Website with Node.js Node.js' on LinkedIn Learning.

The master branch contains the initial version to get started with, while the branches contain the state of the code at the beginning (e.g. 02_02b) and end (e.g. 02_02e) of a video.

Setting up the project

  • In your terminal, create directory building-website-nodejs-express and change into it.
  • Run
    git clone --bare [email protected]:danielkhan/building-website-nodejs-express.git .git
    git config --bool core.bare false
    git reset --hard
    git branch

Everything else will be discussed in my course.