https://github.com/mk4levi/pic-store-mk
Pic-Store-MK
https://github.com/mk4levi/pic-store-mk
css3 eslint html5 javascript react-router reactjs
Last synced: over 1 year ago
JSON representation
Pic-Store-MK
- Host: GitHub
- URL: https://github.com/mk4levi/pic-store-mk
- Owner: Mk4Levi
- Created: 2023-11-23T14:14:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T15:06:13.000Z (over 2 years ago)
- Last Synced: 2025-03-17T17:21:31.886Z (over 1 year ago)
- Topics: css3, eslint, html5, javascript, react-router, reactjs
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick start:
```
$ yarn # npm install
$ yarn build # npm run build
```
## Development
Run Webpack in watch-mode to continually compile the JavaScript as you work:
```
$ yarn watch # npm run watch
```