Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T21:58:28.000Z (over 6 years ago)
- Last Synced: 2024-11-08T05:26:16.322Z (about 2 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)