kozlovvski / MartWebsite

My first website made using Webpack. Framework-less SCSS, CSS Grid & Flexbox as well as some responsive font sizes with calc(). Made to get a good grasp of CSS

Home Page:https://kozlovvski.github.io/MartWebsite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MartWebsite

This project is a framework-less website template build using Webpack. It uses SCSS to make CSS more readable.

Live demo: https://kozlovvski.github.io/MartWebsite

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have installed npm

Installing

First of all, fork the repository and clone it. Run terminal inside the cloned directory and run:

npm i

This will install necessary packages. When packages are installed, run a development server with:

npm run dev

This will open a new tab in browser, pointing to the development server port.

Deployment

Use:

npm run deploy

This will fire a build process and push the production version of the app to the gh-pages branch

Built With

Contributing

Currently contributions are disabled.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

My first website made using Webpack. Framework-less SCSS, CSS Grid & Flexbox as well as some responsive font sizes with calc(). Made to get a good grasp of CSS

https://kozlovvski.github.io/MartWebsite


Languages

Language:HTML 79.7%Language:CSS 14.5%Language:JavaScript 5.8%