Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erdemuslu/frontend-boilerplate

Frontend Boilerplate with sass, pug, browserify and more
https://github.com/erdemuslu/frontend-boilerplate

axios boilerplate bootstrap browserify es6 gulp jquery lodash pug sass

Last synced: 3 months ago
JSON representation

Frontend Boilerplate with sass, pug, browserify and more

Awesome Lists containing this project

README

        

# Frontend Boilerplate
a usefull boilerplate for your projects

## Contains
* sass
* pug
* browserify
* es6

## Setup

```
$ npm run setup
```

## Launch

```
$ npm start
```

## Clean

```
$ npm run clean
```

## Build For Development

```
$ npm run build:dev
```

## Build For Production

```
$ npm run build
```