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

https://github.com/romanow/romanow.github.io

Personal page
https://github.com/romanow/romanow.github.io

create-react-app github-pages typescript

Last synced: about 1 year ago
JSON representation

Personal page

Awesome Lists containing this project

README

          

# Romanov Alexey home page

[![GitHub license](https://img.shields.io/github/license/romanow/romanow.github.io?style=for-the-badge)](https://github.com/romanow/romanow.github.io/blob/master/LICENSE)

Available on [romanow.github.io](https://romanow.github.io).

Install dependencies:

```shell
$ npm install
```

Start locally:

```shell
$ npm run start
```

Build and deploy:

```shell
# format, lint, build
$ npm run predeploy

# (optional) deploy to Github pages
$ npm run deploy
```

Single Page Application on `Typescript` + `React`. Build using:

* [Create React App](https://create-react-app.dev/);
* [Bootstrap](https://getbootstrap.com/);
* [Github Pages publish](https://create-react-app.dev/docs/deployment/#github-pages).