https://github.com/learosema/glea-typescript-helloworld
A TypeScript+Rollup boilerplate for a GLea project
https://github.com/learosema/glea-typescript-helloworld
Last synced: 6 months ago
JSON representation
A TypeScript+Rollup boilerplate for a GLea project
- Host: GitHub
- URL: https://github.com/learosema/glea-typescript-helloworld
- Owner: learosema
- License: mit
- Created: 2020-06-05T20:53:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:03:52.000Z (over 3 years ago)
- Last Synced: 2025-03-15T18:22:19.731Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://terabaud.github.io/glea-typescript-helloworld/
- Size: 296 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GLea TypeScript Boilerplate project
This project is a boilerplate for using [GLea](https://github.com/terabaud/glea) in a TypeScript + Rollup environment.
- [Live demo](https://terabaud.github.io/glea-typescript-helloworld/)
## Getting started
- `npm i` to install dependencies
- `npm start` to start a development server
- `npm run build` to create a production build
- `npm run deploy` deploy to gh-pages branch