Initial commit

This commit is contained in:
He4eT 2020-12-17 18:30:42 +05:00
commit 11523c975b
13 changed files with 15621 additions and 0 deletions

22
README.md Normal file
View file

@ -0,0 +1,22 @@
# huge-link
## CLI Commands
``` bash
# 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](https://github.com/developit/preact-cli/blob/master/README.md).