An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# telecomsteve (React Edition)

![Telecom Steve Logo](./telecomsteve-react/public/img/telecomsteve.svg)

## 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
```