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
- Host: GitHub
- URL: https://github.com/romanow/romanow.github.io
- Owner: Romanow
- License: gpl-3.0
- Created: 2022-06-26T10:22:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T10:30:04.000Z (over 3 years ago)
- Last Synced: 2025-03-09T15:54:35.648Z (over 1 year ago)
- Topics: create-react-app, github-pages, typescript
- Language: TypeScript
- Homepage: https://romanow.github.io
- Size: 6.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Romanov Alexey home page
[](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).