https://github.com/saneef/numeric-keypads
Prototype to test different of numeric keypad styles
https://github.com/saneef/numeric-keypads
svelte svelte-example
Last synced: about 1 year ago
JSON representation
Prototype to test different of numeric keypad styles
- Host: GitHub
- URL: https://github.com/saneef/numeric-keypads
- Owner: saneef
- License: mit
- Created: 2020-02-24T03:48:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T07:32:38.000Z (about 5 years ago)
- Last Synced: 2025-03-27T20:24:31.209Z (about 1 year ago)
- Topics: svelte, svelte-example
- Language: HTML
- Homepage: http://keypads.surge.sh
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# numeric-keypads
## Get started
Install the dependencies...
```bash
# Checkout from git and navigate to project folder
npm install
```
...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```
Navigate to [localhost:5000](http://localhost:5000).
## Building and running in production mode
To create an optimised version of the app:
```bash
npm run build
```
You can run the newly built app with `npm run start`. This uses [sirv](https://github.com/lukeed/sirv), which is included in your package.json's `dependencies` so that the app will work when you deploy to platforms like [Heroku](https://heroku.com).