A coding challenge converting a PSD to a landing page for Clique Studios
Live demo: https://radtket.github.io/clique-studios/
# 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# serve with hot reload at localhost:3000.
$ npm run start
# build for production with minification
$ npm run buildWithin 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