Init commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
build/
|
||||
8
index.html
Normal file
8
index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<header>
|
||||
<title>Web Ocean</title>
|
||||
</header>
|
||||
<body>
|
||||
<script src="src/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "web-ocean",
|
||||
"version": "0.0.1",
|
||||
"description": "Simulating a ocean with typescript and webgl.",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"webgl",
|
||||
"typescript",
|
||||
"simulation",
|
||||
"ocean",
|
||||
"water",
|
||||
"waves"
|
||||
],
|
||||
"author": "Julian Niessner",
|
||||
"license": "ISC"
|
||||
}
|
||||
1
src/index.js
Normal file
1
src/index.js
Normal file
@@ -0,0 +1 @@
|
||||
console.log("Hello World!")
|
||||
Reference in New Issue
Block a user