A real estate website project built with React, based on Joe Santos Garcia
's tutorials.
- Install using the
npm install
command. - Install @fortawesome/free-solid-svg-icons by running
npm i @fortawesome/fontawesome-svg-core
- Start the web server
npm run watch
- Go to http://localhost:3000/ in your browser.
See package.json
- Node JS 12
- @fortawesome/free-solid-svg-icons
- webpack
- browsersync
- node-sass
- react
- gulp
- bable
├─── docs # documentations
├─── assets # React and SASS files
│ ├─── js/realEstate # the web application
│ │ ├─── data # simulated database
│ ├─── sass # sass stylesheets for the app
│ │
├─── public # React and SASS generated static assets