An open API service indexing awesome lists of open source software.

https://github.com/edixonalberto/template-sass

Template for creating websites using Sass
https://github.com/edixonalberto/template-sass

autoprefixer html portfolio postcss sass sass-autoprefixer template

Last synced: 2 months ago
JSON representation

Template for creating websites using Sass

Awesome Lists containing this project

README

          

# Template Sass

Template for creating websites using Sass.

![template](https://repository-images.githubusercontent.com/388659547/a4de4abf-b9b7-4e87-965f-448d5e3fac32)

In this template you will find a project structure ready to start building websites with
Sass in a maintainable and scalable way. The following [guide](https://sass-guidelin.es/)
was taken as a reference to create the directory structure for Sass.

> **NOTE:** This template will be in constant evoluction, feel free to create a
> [pull request](https://github.com/EdixonAlberto/template-sass/pulls) to improve it.

### Technologies List

- Sass
- Postcss + Autoprefixer
- Browserslist
- Live Server
- Prettier
- Npm

### Getting Started

```sh
npm install
npm run dev
```

### Command List

```sh
npm run dev # To run project in development modo

npm run build # To build project in production modo

npm run start # To build and run the project locally in production mode

npm run lint # Format code with prettier
```