Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 908 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 908 Bytes

#Berlin Clock Simple Berlin Clock implementation in React.js + Webpack + ES6 + Sass.

Build Status

Live demo

Introduction

This simple app demonstrates use of React.js + Webpack + ES6 + Sass + Gulp.js, Yeoman, BrowserSync and couple more.

It is based on brilliant Fountain Webapp Generator.

It is created with use of SOLID and TDD principles - at least I hope so.

How to run

You need Node.js and NPM to run this project.

Clone this repository and simply run:

(Windows, Linux, Unix, Mac OS) npm i && npm run serve:dist

and that's it, server is app and running.

Open browser at http://localhost:3000 and enjoy!

Have a Fun!