https://github.com/postor/html2components
https://github.com/postor/html2components
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/postor/html2components
- Owner: postor
- License: mit
- Created: 2023-08-13T01:50:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T01:50:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T18:10:05.537Z (4 months ago)
- Language: TypeScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web front end for minth project
## setup
- nodejs v18
- npm
install packages```
npm i
```build to `./dist`
```
npm run build
```dev
```
# start json server (mock backend)
npm run api
```
```
# start dev server
npm run
```