Furniture Agency Website built in HTML/CSS/JS and bundled in ParcelJS
├── 100% compatible with all modern browsers.
├── Built in pure HTML, CSS, and JS. No heavy-weight libraries.
├── Bundled in Parcel JS bundler
└── Styles in flexbox, made it easier to be styled for different devices' screens.
-
Clone project.
git clone https://github.com/Lartwel/Wooder.git
-
Intsall dependencies.
Navigate into your new site’s directory and start it up.
cd Wooder/ npm install
-
Start developing.
npm start
├── css
├── images
├── js
├── dist >> public directory
├── index.html
├── .gitignore
├── package.json
├── package-lock.json
└── README.md