LuisMedinaG / t08-three-js

a very simple boilerplate for threejs and express server to easily deploy on heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three.js Heroku game

Install

npm i

Running the development server

npm start

This command will bundle the project code and start a development server at http://localhost:5000/.

Server

Server is an express server located at ./index.js and points to the build directory ./build and is configured for Heroku with Procfile ./Procfile

About

a very simple boilerplate for threejs and express server to easily deploy on heroku


Languages

Language:JavaScript 98.7%Language:HTML 0.8%Language:CSS 0.5%