krukaleksander / reading-list-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

READING LIST FRONTEND

My motivation

Throughout the day, I read a lot of material. Sometimes, at work, I don't have time to read it immediately. Therefore, I thought it would be beneficial to have an app that allows sharing articles between various devices. This is the frontend component of the app.

I have no prior experience with Svelte, previously I was making some apps in React, so this is something totaly new to me.

Getting Started

Before running the app, you need to create a .env file. You can copy the example file and fill in the values:

$ cp .env.example .env

Running the app

Then you can run the app with the following commands:

#build
$ make dev-build
#start
$ make dev-start

Stop

# stop
$ make dev-down

All ENV list

Variable Description Type Required Default
VITE_API_URL The API address. string true -
VITE_FRONTEND_PORT The port frontend will use. number true -

About


Languages

Language:Svelte 47.9%Language:JavaScript 19.4%Language:TypeScript 16.5%Language:HTML 6.9%Language:Dockerfile 5.2%Language:Makefile 2.9%Language:CSS 1.2%