https://github.com/the-inconvenience-store/portfolio
https://github.com/the-inconvenience-store/portfolio
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/the-inconvenience-store/portfolio
- Owner: the-inconvenience-store
- Created: 2020-05-20T10:44:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T10:19:36.000Z (about 5 years ago)
- Last Synced: 2024-12-30T23:53:23.698Z (6 months ago)
- Language: CSS
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfolio
## 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 preact-render-spy
npm run test
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).