https://github.com/mysteryven/virtural-dom-demo
https://github.com/mysteryven/virtural-dom-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mysteryven/virtural-dom-demo
- Owner: mysteryven
- Created: 2021-07-15T12:55:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T09:58:07.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T17:19:53.745Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# empty-project
Empty project.
## Building and running on localhost
First install dependencies:
```sh
npm install
```To create a production build:
```sh
npm run build-prod
```To create a development build:
```sh
npm run build-dev
```## Running
```sh
node dist/bundle.js
```## Credits
Made with [createapp.dev](https://createapp.dev/)