Emtimer is a cowntdown timer, which is simple and high functional.
- Node.js
- npm
- yarn
- VSCode
# Setup
$ git clone https://github.com/mizdra/emtimer.git
$ cd emtimer
$ cp .example.env .env
# Edit .env for your environment
$ vim .env
$ yarn install
# Start webpack-dev-server
$ yarn run dev
yarn run dev
: Start webpack-dev-serveryarn run lint
: Lint projectyarn run build
: Build for production- If necessary, you can serve production:
npx http-server dist/
- If necessary, you can serve production: