Skip to content

uffou/frontend

This branch is 4155 commits behind podkrepi-bg/frontend:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee2ea06 · Dec 16, 2020

History

5 Commits
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020
Dec 16, 2020

Repository files navigation

Дарителска Платформа - Frontend

Lint Build Build docker image

What's in the box

Initial setup

git clone [email protected]:daritelska-platforma/frontend.git
cd frontend

# Symlink dev environment
ln -s .env.example .env

Development

yarn dev

Visit http://localhost:3040/

Run via Docker Compose

Install the binary via https://docs.docker.com/compose/install/

Start the container in foreground

docker-compose up

Start the container in background

docker-compose up -d
docker-compose logs -f

Stop the docker container with docker-compose down

Linting

yarn lint
yarn lint:styles
yarn format
yarn type-check

Production

Build frontend

yarn build

Build Docker image

docker build . \
    --file ./Dockerfile \
    --target production \
    --build-arg NODE_ENV=production

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.2%
  • JavaScript 13.2%
  • Dockerfile 7.6%
  • Shell 3.0%
  • SCSS 1.0%