Skip to content

majejam/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

My portfolio using Three.js

Requirements

You only need node.js pre-installed and you’re good.

Setup

Install dependencies

$ npm i

or

$ npm install

Development

Run the local webpack-dev-server with hotreload and autocompile on http://localhost:8080/

$ npm run dev

Deployment

Build the current application

$ npm run build