Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 998 Bytes

File metadata and controls

48 lines (35 loc) · 998 Bytes

Clique Studios

A coding challenge converting a PSD to a landing page for Clique Studios

Live demo: https://radtket.github.io/clique-studios/

Getting started

Clone repo

# clone the repo
$ git clone https://github.com/radtket/clique-studios.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/
│   ├── favicon/
│   ├── img/
│   ├── js/
│   ├── scss/
│   ├── ...
│   ├── index.html
│   └── ...
└── package.json