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
- Host: GitHub
- URL: https://github.com/evertcode/hello-world-aframe
- Owner: evertcode
- Created: 2021-11-29T16:26:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T21:34:25.000Z (about 4 years ago)
- Last Synced: 2025-01-13T05:29:28.621Z (about 1 year ago)
- Language: JavaScript
- Size: 2.1 MB
- Stars: 0
- Watchers: 2
- 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)
