Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.03 KB

vanilla_jigsaw

Styled with Prettier

Typed with TypeScript

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 and you can (probably still) find a here hosted demo.

Fetch dependencies

npm install

Build your project

npm run build

Lint your project

npm run lint

Start webpack-dev-server and watch for changes

npm start

Start command-line http server

Using http-server, a simple zero-configuration command-line http server

npm install --global http-server
npm run build
http-server dist -o