• JavaScript 57.2%
  • CSS 32%
  • HTML 10.8%
Find a file
2020-12-18 14:28:25 +05:00
docs release: 2020-12-18-2 2020-12-18 14:28:25 +05:00
src release: 2020-12-18-2 2020-12-18 14:28:25 +05:00
.babelrc Initial commit 2020-12-17 18:30:42 +05:00
.gitignore Initial commit 2020-12-17 18:30:42 +05:00
package-lock.json Add lz-string for encoding 2020-12-18 00:25:26 +05:00
package.json Add lz-string for encoding 2020-12-18 00:25:26 +05:00
preact.config.js release: 2020-12-18-1 2020-12-18 14:14:55 +05:00
README.md Initial commit 2020-12-17 18:30:42 +05:00

huge-link

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and enzyme
npm run test

For detailed explanation on how things work, checkout the CLI Readme.