Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aretecode/modern-stack-portfolio-react
react part of the modern stack portfolio
https://github.com/aretecode/modern-stack-portfolio-react
amp apollo-boost apollo-client apollo-link-state context dangerjs graphql-client hooks idb jest lighthouse nextjs portfolio react schema-org storybook structured-data styled-components typescript
Last synced: 4 days ago
JSON representation
react part of the modern stack portfolio
- Host: GitHub
- URL: https://github.com/aretecode/modern-stack-portfolio-react
- Owner: aretecode
- Created: 2019-04-12T16:34:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T14:00:27.000Z (over 1 year ago)
- Last Synced: 2024-05-30T19:34:33.362Z (6 months ago)
- Topics: amp, apollo-boost, apollo-client, apollo-link-state, context, dangerjs, graphql-client, hooks, idb, jest, lighthouse, nextjs, portfolio, react, schema-org, storybook, structured-data, styled-components, typescript
- Language: TypeScript
- Homepage: https://github.com/aretecode/modern-stack-web-portfolio
- Size: 64.8 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# modern-stack-portfolio-react
[![Build Status](https://travis-ci.org/aretecode/modern-stack-portfolio-react.svg?branch=master)](https://travis-ci.org/aretecode/modern-stack-portfolio-react)See it live at [jameswiens.dev](https://jameswiens.dev)
![](https://user-images.githubusercontent.com/4022631/56465430-a3cd1b00-63b1-11e9-8f6f-1f7613a6552e.png)
This is the [react](https://reactjs.org) part of the [modern stack portfolio](https://github.com/aretecode/modern-stack-web-portfolio)
also see the [graphql part](https://github.com/aretecode/modern-stack-portfolio-graphql)## Docker
1. `yarn build`
2. `docker build .`
3. `docker tag __TAG__ aretecode/modern-stack-portfolio-react:v__VERSION__`
4. `docker push aretecode/modern-stack-portfolio-react:v__VERSION__`
5. `docker run -d -p 3333:3000 __TAG__`##### Related
- [Docker run](https://docs.docker.com/engine/reference/run/)
- [Medium - A better way to develop nodejs with docker](https://hackernoon.com/a-better-way-to-develop-node-js-with-docker-cd29d3a0093)##### Kitematic
- [Install Kitematic](https://github.com/docker/kitematic/releases)> use `command + r` to refresh
##### Minikube
- [Install Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/)