https://github.com/elevatebart/test-html-plugin
https://github.com/elevatebart/test-html-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elevatebart/test-html-plugin
- Owner: elevatebart
- Created: 2021-04-07T22:12:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T22:20:42.000Z (about 4 years ago)
- Last Synced: 2025-02-13T15:34:56.814Z (4 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-html-plugin
Empty project.
## Building and running on localhost
First install dependencies:
```sh
npm install
```To run in hot module reloading mode:
```sh
npm start
```To create a production build:
```sh
npm run build-prod
```To create a development build:
```sh
npm run build-dev
```## Running
Open the file `dist/index.html` in your browser
## Credits
Made with [createapp.dev](https://createapp.dev/)