An open API service indexing awesome lists of open source software.

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

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
```