Skip to content

tynandebold/daylight

Repository files navigation

Daylight

Installation

This is a simple app to setup. Run these two commands:

# Install dependencies
$ npm install
$ npm install http-server -g

Usage

Depending on your development preferences, there are two npm scripts to choose from:

$ npm start
$ npm run dev:liveReload

Deployment

To prep your app for deployment, run:

$ npm build-production

This will minify your js and css, name the files accordingly, and put them in dist/.