https://github.com/sharpobject/first_try
Babby's first javascript
https://github.com/sharpobject/first_try
Last synced: 2 months ago
JSON representation
Babby's first javascript
- Host: GitHub
- URL: https://github.com/sharpobject/first_try
- Owner: sharpobject
- Created: 2019-01-26T01:33:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T00:15:36.000Z (over 7 years ago)
- Last Synced: 2025-03-22T01:42:04.222Z (about 1 year ago)
- Language: TypeScript
- Size: 7.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just trying some stuff out
# Install deps
```
npm install
```
# Build
```
webpack
```
# run game
```
python3 -m http.server
```
or
```
python2 -m SimpleHTTPServer
```
then open a browser and go to http://0.0.0.0:8000/