a website for dogs to meet their "whoofmates" with a focus on Bootstrap5 styling
TinDog
Technology | Description |
---|---|
Bootstrap4 | CSS framework directed at responsive, mobile-first front-end web development |
CSS | Cascading Style Sheets |
HTML | Hyper Text Markup Language |
Step #1 - Clone the project
$ git clone https://github.com/sandramsc/TinDog.git
Step #2
-
Install dependencies:
npm i
ORyarn
-
To start the webapp, run:
npm start
ORyarn start