https://pawlovskiii.github.io/real-estate-website/
My website project of real estate agency located in Warsaw.
It was mainly created with CSS library called Bootstrap and SaSS as a CSS preprocessor.
Name | Versions |
---|---|
Node.js | 16.4.0 |
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/pawlovskiii/real-estate-website
# Go into the repository
$ cd real-estate-website
# Install dependencies
$ npm install
# Run the app
$ npm start