https://github.com/stevenplatt/telecomsteve-react
A React implementation of https://telecomsteve.com
https://github.com/stevenplatt/telecomsteve-react
javascript portfolio-website reactjs
Last synced: 10 months ago
JSON representation
A React implementation of https://telecomsteve.com
- Host: GitHub
- URL: https://github.com/stevenplatt/telecomsteve-react
- Owner: stevenplatt
- License: mit
- Created: 2024-05-24T17:06:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T20:41:00.000Z (over 1 year ago)
- Last Synced: 2024-11-28T04:08:26.544Z (about 1 year ago)
- Topics: javascript, portfolio-website, reactjs
- Language: JavaScript
- Homepage: https://react.telecomsteve.com
- Size: 765 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telecomsteve (React Edition)

## Building & Serving
To generate a production-ready build of the telecomsteve app, run:
```bash
npm run build
```
telecomsteve can be run locally using command:
```bash
npm start
```