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

https://github.com/renaco/webpack-pug-scss-ts

Small workflow for develop basic project
https://github.com/renaco/webpack-pug-scss-ts

boilerplate pug scss typescript

Last synced: 20 days ago
JSON representation

Small workflow for develop basic project

Awesome Lists containing this project

README

        

# Webpack Pug SCSS TS Boilerplate

A webpack 4 boilerplate for building web apps.

## Features:
* [Pug](https://pugjs.org) as a template engine
* [SCSS](http://sass-lang.com) preprocessor for CSS
* [TS](https://www.typescriptlang.org/) language for application-scale JavaScript
* TS linting with [Eslint](https://eslint.org), extends [eslint-config-und](https://github.com/und-tech/eslint-config-und)

## Usage:
* Clone the repo `git clone https://github.com/renaco/webpack-pug-sass-ts.git`
* `cd webpack-pug-sass-ts`
* Run `yarn install` to fetch all the dependencies
* Run `yarn start` to start the [webpack-dev-server](https://github.com/webpack/webpack-dev-server) (`localhost:8080` will be opened automatically)
* Start developing
* When you are done, run `yarn run build` to get the prod version of your app

## To Do
In progress...

## Add ons
[For iframe purpose set into apache, nginx X-Frame-Options](https://stackoverflow.com/questions/27358966/how-to-set-x-frame-options-on-iframe)

[For client use this chrome complement](https://chrome.google.com/webstore/search/X-Frame-Options?hl=en-US)