https://github.com/eva-engine/start-demo
Create Eva.js project by npm
https://github.com/eva-engine/start-demo
demo template
Last synced: about 1 year ago
JSON representation
Create Eva.js project by npm
- Host: GitHub
- URL: https://github.com/eva-engine/start-demo
- Owner: eva-engine
- Created: 2021-01-20T09:37:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T06:25:06.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T10:38:52.689Z (over 1 year ago)
- Topics: demo, template
- Language: TypeScript
- Homepage: https://eva-engine.github.io/start-demo/
- Size: 2.45 MB
- Stars: 36
- Watchers: 11
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Start EVA JS
This repository is a EVA JS project demo, you can use this demo to start a EVA JS project.
[https://eva-engine.github.io/start-demo/](https://eva-engine.github.io/start-demo/)
## Download
```bash
git clone git@github.com:eva-engine/start-demo.git
```
## Develop
```bash
npm run start
```
## Build
```bash
npm run build
```