Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erdemuslu/frontend-boilerplate
- Owner: erdemuslu
- Created: 2018-03-24T17:52:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:19:00.000Z (about 2 years ago)
- Last Synced: 2023-02-26T04:42:31.599Z (almost 2 years ago)
- Topics: axios, boilerplate, bootstrap, browserify, es6, gulp, jquery, lodash, pug, sass
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```