This repository intends to replicate the navbar of https://mashable.com/ as practice
Steps to run
-
Clone the project.
-
Run
npm install
on the root of the project to install the dependencies. -
Run
npm install -g parcel-bundler
oryarn global add parcel-bundler
depending on what package manager you have installed on your machine. -
After the installation, run
parcel index.html
oh the command line. This should create the localhost of the project and create the dist folder on the root of the project. (I will install it directly on the project later so the dependency for parcel should be installed with npm install, more on that here:https://parceljs.org/
). -
The newly created localhost should be
http://localhost:1234/
by default. -
Open the localhost link on chrome, firefox, or safari.