https://github.com/mortonprod/profile-react
This is an example using react with react-create-app to create a profile page
https://github.com/mortonprod/profile-react
react react-create-app
Last synced: 2 months ago
JSON representation
This is an example using react with react-create-app to create a profile page
- Host: GitHub
- URL: https://github.com/mortonprod/profile-react
- Owner: mortonprod
- Created: 2017-06-01T10:16:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T21:58:28.000Z (about 7 years ago)
- Last Synced: 2024-12-30T23:50:21.724Z (4 months ago)
- Topics: react, react-create-app
- Language: JavaScript
- Homepage:
- Size: 387 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Profile Page
This is a single component which uses react-create-app to deploy and build.
# Build
To build the app
```
npm run build
```# Start
To start the app.
```
npm run start
```# Where to see it
This component has been deployed to github pages[My page on github](https://mortonprod.github.io/profile-react/)
You can always see it on my portfolio.
[My portfolio](https://alexandermorton.co.uk)