Skip to content

lukasikp/starter-webpack-sites

Repository files navigation

Node version

v.12.7.0

Tools and technologies used in this project:

Run project:

With npm:

  • development - live reload npm run start
  • build - npm run build
  • build for production - npm run build:prod

With yarn:

  • development - live reload yarn start
  • build - yarn build
  • build for production - yarn build:prod

Folder structure

├── _build/
├── fonts/
├── images/
├── media/
├── scripts/
|   ├── site.js
|   ├── components/
|   ├── polyfills/
|   ├── utils/
|   └── vendors/
|   └── outer/
├── styles/
|   ├── main.scss
|   ├── base/
|   ├── components/
|   ├── layout/
|   ├── pages/
|   ├── utils/
|   └── vendors/
|   └── outer/
└── templates

About

working starter with scss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published