Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brun0vop/jiglesaw
https://github.com/brun0vop/jiglesaw
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brun0vop/jiglesaw
- Owner: brun0vop
- Created: 2022-02-22T15:40:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T14:14:45.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T16:38:01.363Z (about 1 month ago)
- Language: TypeScript
- Size: 577 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vanilla_jigsaw
![Styled with Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)
![Typed with TypeScript](https://flat.badgen.net/badge/icon/Typed?icon=typescript&label&labelColor=blue&color=555555)
Welcome to a VanillaJs challenge, no libs (just normalizer) of a trivial puzzle game. Testing some CSS effects and transitions.
The code is public and can be seen in the [git repo](https://github.com/Flameforge/jiglesaw) and you can (probably still) find a here hosted [demo](https://raw.githack.com/Flameforge/jiglesaw/master/dist/index.html).
## Fetch dependencies
```properties
npm install
```## Build your project
```properties
npm run build
```## Lint your project
```properties
npm run lint
```## Start webpack-dev-server and watch for changes
```properties
npm start
```## Start command-line http server
Using [http-server](https://www.npmjs.com/package/http-server), a simple zero-configuration command-line http server
```properties
npm install --global http-server
npm run build
http-server dist -o
```