The objective of this project is to implement a clone page using Parcel as bundler, Bootstrap as a CSS framework and SCSS as a preprocessor.
This project is a trial task exam from one of the companies I applied. This is to clone a section of the www.pianote.com (play your favorite songs) and ensure that it's mobile and tablet responsive.
- parcel bundler
- bootstrap, scss, fontawesome icons integration to parcel
- display:grid CSS layout styling
- svg and video HTML tags
- Download the project to your local
- cd to project root directory
- run npm install
- run npm run build (it should generate the dist folder)
- open dist/index.html with browser
Optional if you want to run via development mode: 5. run npm run dev (it should automatically open your default browser for you with the app project)
https://parcel-bootstrap-sass-boilerplate.netlify.app/
I would recommend you to clone and rename this project so that you can use it for your own needs as it is an example project. This boilerplate is a nice place to start.
Please use the issue tab above to report any problems you encountered or suggestions you have for improving this project. Please make mention to the issue you created if you would like to submit a pull request. I'm grateful.