Navigation bar using Flexbox
Summary steps:
- Prerequisites: Install Node.js
- Initialize ./package.json (with npm init)
Installed resources:
- parcel
- node-sass
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
andnpm -v
in a terminal/console window. Older versions may produce errors.
- Execute npm init
npm init