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

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

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
```