joshkennedy / genesis

A simple starter for Sass, ES6, and images using Webpack 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genesis

Install dependencies

yarn install

Run development server

yarn start

Navigate to http://localhost:8080/

Build

To build the project for production, run

yarn build:prod`

The build artifacts will be stored in the dist/ directory.

About

A simple starter for Sass, ES6, and images using Webpack 4


Languages

Language:JavaScript 90.5%Language:HTML 9.5%