https://github.com/evertcode/hello-world-aframe
Hello world with A-Frame JS
https://github.com/evertcode/hello-world-aframe
Last synced: 17 days ago
JSON representation
Hello world with A-Frame JS
- Host: GitHub
- URL: https://github.com/evertcode/hello-world-aframe
- Owner: evertcode
- Created: 2021-11-29T16:26:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T21:34:25.000Z (over 4 years ago)
- Last Synced: 2025-12-01T03:52:01.700Z (7 months ago)
- Language: JavaScript
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
