This is a simple landing page for SellMore Shop built using SCSS, SASS, and Parcel bundler.
Link to the app: SellMore Shop
This project was created by Żaneta Sochoń as a demonstration project for learning SCSS/SASS and Parcel bundler.
- SCSS;
- SASS;
- Parcel (bundler);
Before you can get started, you will need to have the following software installed on your computer:
- Node.js
- Parcel (bundler)
To install the necessary dependencies, simply run the following command:
npm installTo run this page, use the following command:
npm startOpen a web browser and navigate to http://localhost:1234 to view the running site.
To build the application for production, use the following command:
npm run buildThis will create a production-ready version of the application in the dist directory.
- The index.html file contains the main HTML structure,
- The main folder contains all of the SCSS files,
- The assets folder contains all of the images used in the project.
Create a simple landing page for SellMore Shop using SCSS and Parcel bundler.
Contributions are welcome! Please feel free to submit a pull request.