https://github.com/leotm/fantastec
Simple match commentary interface
https://github.com/leotm/fantastec
Last synced: over 1 year ago
JSON representation
Simple match commentary interface
- Host: GitHub
- URL: https://github.com/leotm/fantastec
- Owner: leotm
- Created: 2018-07-25T22:55:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T22:57:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T17:59:49.063Z (over 1 year ago)
- Language: JavaScript
- Size: 521 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fantastec, simple match commentary interface
## Task
See: `Fantastec Front End Test.pdf`.
## Setup
Run `npm i` to install the dependencies and dev dependencies.
## Development environment
Run `npm run dev` launch a dev server.
## Build
Run `npm run build` to compile the project to the `dist` directory.
## TODO
Fix JS part of gulp build sequence (due to ES6).