https://github.com/ungdev/gala-tv-front
Front for TV applications
https://github.com/ungdev/gala-tv-front
Last synced: about 1 year ago
JSON representation
Front for TV applications
- Host: GitHub
- URL: https://github.com/ungdev/gala-tv-front
- Owner: ungdev
- License: mit
- Created: 2019-04-01T14:24:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T11:25:06.000Z (about 4 years ago)
- Last Synced: 2025-02-15T00:18:55.102Z (over 1 year ago)
- Language: JavaScript
- Size: 20.8 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TV-Front
## Requirements
* [Node.js](https://nodejs.org/)
* [yarn](https://yarnpkg.com/)
## Installation
```
git clone git@github.com:ungdev/TV-Front.git
# or
git clone https://github.com/ungdev/TV-Front.git
cd TV-Front
yarn
```
## Configuration
```
# copy env file for all environments
cp .env .env.local
# makes your changes in .env.local, which will not be pushed
nano .env.local
```
## Commands
```
yarn dev # development server
yarn build # build production assets
yarn start # static server
yarn serve # pm2 static server (load balancing)
yarn reload # pm2 hot reload
yarn lint # prettier lint
```
## Structure