thSoft / eve-starter

Start here if you're new to Eve.

Home Page:http://witheve.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eve logo


The Eve Starter is designed to help you hit the ground running with Eve. It includes a number of simple demo programs, a CLI that lets you test Eve programs in node or the browser, and a server that handles most of the frustrations of packaging node modules for the web for you. When you're ready to start building with Eve, you can either modify this framework to suit or just include the runtime into an existing project.

If you're an experienced Eve user looking to include it in your existing app, you can find the runtime at witheve/eve.

Getting Started with Eve v0.3 preview

Install Node for your platform, then clone and build the Eve starter repository:

git clone git@github.com:witheve/eve-starter.git
cd eve-starter
npm install

You can start the program switcher, which allows you to browse included example programs:

npm start

Or you can run a specific program by providing its path as an argument:

npm start -- path/to/program.js

To view other functionality of the starter, run

npm start -- --help

About

Start here if you're new to Eve.

http://witheve.com

License:Apache License 2.0


Languages

Language:TypeScript 67.4%Language:CSS 25.1%Language:JavaScript 6.4%Language:HTML 1.1%