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

https://github.com/romanow/simple-frontend

Simple frontend to run in Docker
https://github.com/romanow/simple-frontend

react typescript

Last synced: 3 months ago
JSON representation

Simple frontend to run in Docker

Awesome Lists containing this project

README

          

# Simple Frontend

[![Build project](https://github.com/Romanow/simple-frontend/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Romanow/simple-frontend/actions/workflows/build.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

### Сборка и локальный запуск

```shell
# устанавливаем зависимости
$ npm install
# собираем проект
$ npm run dev
# запускаем
$ dcoker compose postgres simple-backend -d
```