Skip to content

Latest commit

 

History

History
103 lines (69 loc) · 3.61 KB

README.md

File metadata and controls

103 lines (69 loc) · 3.61 KB

🕰️ Groundhog Clock

License: MIT

An intelligent clock inspired by the movie Groundhog Day 1993.

Installation

Clone this repo...

git clone https://github.com/925-Studio/wa_groundhog_clock_3.git

then install.

npm install --save

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Linters

Author

License

This project is open source and available under the MIT License.