Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 569 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 569 Bytes

Se agregan texturas, reflexión e iluminación puntual al TP1

PROBAR EN LA WEB

Requirements

  • npm

Install

Run npm install to install dependencies.

Usage

The following commands are defined in package.json:

npm run build

Build a production version of bundle.js into dist/.

npm run dev

Run a server in port 8080, refresh when source files are modified.