Web app to keep score and stats at darts
To build this app, you will need the following:
- npm
- bower
- gulp
npm install --global bower
npm install --global gulp-cli
gulp
The generated files will be placed in the build/
folder.
gulp dev
or
gulp watch
This will generate an index.html
file and add a libs/
in frontend/
without compiling and minifying the CSS and JS for debug purposes.