https://github.com/afrianjunior/wp-frontend
Just interview test Warung Pintar, Software Engineer Frontend
https://github.com/afrianjunior/wp-frontend
Last synced: about 1 year ago
JSON representation
Just interview test Warung Pintar, Software Engineer Frontend
- Host: GitHub
- URL: https://github.com/afrianjunior/wp-frontend
- Owner: afrianjunior
- Created: 2020-05-10T03:51:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T01:41:44.000Z (over 3 years ago)
- Last Synced: 2025-02-22T00:41:24.538Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://wp-frontend-zeta.now.sh
- Size: 854 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Before run this application
### Copy-paste the .env file
```bash
$ cp .env.example .env
```
Edit the BASE_URL to your server
### Install packages
```bash
$ yarn
```
### Run
```bash
$ yarn dev
```
Server run on port 3000
### Build and run production
```bash
$ yarn build && yarn start
```
### Run test
```bash
$ yarn test
```
### If you want to run with Docker
```bash
$ docker build -t wp-frontend:latest .
$ docker run -p 3000:3000 wp-frontend:latest
```