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.
- Host: GitHub
- URL: https://github.com/noentiger/react-portfolio
- Owner: noentiger
- License: mit
- Created: 2017-02-09T16:06:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T15:19:32.000Z (over 8 years ago)
- Last Synced: 2025-07-28T12:36:30.746Z (10 months ago)
- Topics: es6, heroku, portfolio, react, react-router, redux, travis-ci, universal-react
- Language: JavaScript
- Size: 9.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# React Portfolio
[](https://travis-ci.org/noentiger/react-portfolio) [](https://david-dm.org/noentiger/react-portfolio) [](https://david-dm.org/noentiger/react-portfolio#info=devDependencies) [](http://standardjs.com/) [](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)