Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-23T15:06:13.000Z (12 months ago)
- Last Synced: 2024-10-07T09:23:09.334Z (about 1 month 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
```