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

https://github.com/diegomorales/simple-frontend

An opinionated setup for creating very basic projects or onepagers.
https://github.com/diegomorales/simple-frontend

es6 javascript scss webpack

Last synced: 2 months ago
JSON representation

An opinionated setup for creating very basic projects or onepagers.

Awesome Lists containing this project

README

          

# Simple Frontend Setup

An opinionated setup for creating very basic projects or onepagers.

You can use this setup as a starting point for your site.

## Features

- Uses gulp and webpack
- ES6 (babel)
- Sass
- Eslint with [standardJs](https://standardjs.com/)
- Stylelint
- browser-sync
- Build task

## Getting started

Install all dependencies.

nvm use
npm i

## Commands

For development. Starts gulp watchers and webpack in watch mode.

./do.sh dev

Makes a production build

./do.sh build