/genesis

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

Primary LanguageJavaScript

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.