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.
- Host: GitHub
- URL: https://github.com/diegomorales/simple-frontend
- Owner: diegomorales
- Created: 2018-02-22T22:42:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:12:40.000Z (over 3 years ago)
- Last Synced: 2023-08-14T04:20:54.510Z (almost 3 years ago)
- Topics: es6, javascript, scss, webpack
- Language: JavaScript
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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