Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 659 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 659 Bytes

Arnaud Rocca - Portfolio 2016

Technologies :

Install :

Clone this repository and install dependencies :

git clone https://github.com/ArnaudRocca/portfolio-2016.git
npm install

Development :

Start the webpack-dev-server at http://localhost:8080/

npm start

Production :

Build a bundled file outputted here : static/bundle.js

npm run build