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

https://github.com/evertcode/hello-world-aframe

Hello world with A-Frame JS
https://github.com/evertcode/hello-world-aframe

Last synced: 11 months ago
JSON representation

Hello world with A-Frame JS

Awesome Lists containing this project

README

          

## Getting Started

1. Clone the repository

```bash
git clone https://github.com/evertcode/hello-world-aframe
```

2. Move to `hello-world-aframe` directory

```bash
cd hello-world-aframe
```

3. Install the dependencies:

```sh
$ npm install
// or
$ yarn
```

4. Run in dev mode:

```sh
$ npm run dev
// or
$ yarn dev
```

5. Go to `hello-world-aframe` [http://localhost:3000](http://localhost:3000)
![Screen Shot 2021-11-29 at 10 41 15](https://user-images.githubusercontent.com/3246481/143907702-0b841e0f-0ce4-4d40-9df1-0d7754cace6e.png)