Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.08 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.08 KB

R&S Supply - 2018

A client website for R&S Supply

Live demo: https://radtket.github.io/rs-supply--pug/

Getting started

Clone repo

# clone the repo
$ git clone https://github.com/radtket/rs-supply--pug.git my-project

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Usage

# serve with hot reload at localhost:3000.
$ npm run start

# build for production with minification
$ npm run build

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

my-project/
├── docs/
├── src/
│   ├── _data/
│   ├── _layouts/
│   ├── _mixins/
│   ├── _partials/
│   ├── documents/
│   ├── favicon/
│   ├── html/
│   ├── img/
│   ├── js/
│   ├── scss/
│   ├── ...
│   ├── index.html
│   └── ...
└── package.json