An open API service indexing awesome lists of open source software.

https://github.com/noentiger/react-portfolio

React Portfolio with Redux, React Router, Redial, Aphrodite, Express, Webpack.
https://github.com/noentiger/react-portfolio

es6 heroku portfolio react react-router redux travis-ci universal-react

Last synced: about 2 months ago
JSON representation

React Portfolio with Redux, React Router, Redial, Aphrodite, Express, Webpack.

Awesome Lists containing this project

README

          

# React Portfolio

[![Build Status](https://travis-ci.org/noentiger/react-portfolio.svg?branch=master)](https://travis-ci.org/noentiger/react-portfolio) [![Dependency Status](https://david-dm.org/noentiger/react-portfolio.svg)](https://david-dm.org/noentiger/react-portfolio) [![devDependency Status](https://david-dm.org/noentiger/react-portfolio/dev-status.svg)](https://david-dm.org/noentiger/react-portfolio#info=devDependencies) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![Join the chat at https://gitter.im/noentiger/react-portfolio](https://badges.gitter.im/noentiger/react-portfolio.svg)](https://gitter.im/noentiger/react-portfolio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

### Getting started
```bash
git clone https://github.com/noentiger/react-portfolio && cd $_
yarn
yarn start

# Open localhost:5000
```

#### Under the Hood
- [Node.js](https://nodejs.org/en/)
- [Express](https://github.com/expressjs/express)
- [React](https://github.com/facebook/react)
- [Redux](https://github.com/reactjs/redux)
- [React Router](https://github.com/reactjs/react-router) 2.0
- [Aphrodite](https://github.com/Khan/aphrodite) for CSS by Khan Academy
- [React Helmet](https://github.com/nfl/react-helmet) for meta tags by the NFL
- [Redial](https://github.com/markdalgleish/redial) for data fetching by [@markdalgleish](https://twitter.com/markdalgleish)
- [Babel 6](https://github.com/babel/babel)
- [Webpack](https://github.com/webpack/webpack) with vanilla Hot Module Replacement

Based on [react-production-starter](https://github.com/jaredpalmer/react-production-starter)