antoniogiordano / react-portfolio

A react ES6 component to create a website portfolio filtrable through a list of categories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-portfolio

A react ES6 component to create a website portfolio filtrable through a list of categories

Build Status

js-standard-style

Local Demo

Install webpack global if you don't have it in your system by running this command in a terminal:

$ npm i webpack -g

Thus, cd to the project directory, and run:

$ npm install
$ webpack --progress [--watch]

The first command will install all project dependencies, the second will build the bundle.js starting from app.js file

Now you can open examples/examples1.html file with your favourite browser and watch the react portfolio demo.

About

A react ES6 component to create a website portfolio filtrable through a list of categories

License:MIT License


Languages

Language:JavaScript 80.4%Language:CSS 19.6%