flexbox-nav

Navigation bar using Flexbox

Summary steps:

  • Prerequisites: Install Node.js
  • Initialize ./package.json (with npm init)

Installed resources:

  • parcel
  • node-sass

Prerequisites

Install Node.js and npm (v10.15.3 or higher) if they are not already installed on your computer.

Verify that you are running at least node v10.x.x and npm 6.x.x by running node -v and npm -v in a terminal/console window. Older versions may produce errors.

Steps to build it

  • Execute npm init
npm init