A one-page website about ice cream. An adaptive site with 3 breakpoints: 320px, 768px, 1200px. The project is assembled using the Parcel. SASS preprocessor is used.
Follow the link to view the Site template
- HTML5
- SASS
- JavaScript
- Parcel
- Slick-carousel
- Posthtml-include
- gitHub Desktop
- gitHub
First install dependencies:
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
node dist/bundle.js
Made with createapp.dev