Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 901 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 901 Bytes

Tokopedia Academy Workshop

Tokopedia

A customized SSR boilerplate in inspired from CRA structure.

*This repository was created for demonstration purpose only for the workshop.

*This repository will not be maintained any further after the workshop.


Setup

yarn setup

Scripts

yarn <script> Description
setup To setup the initial app dependencies & env
dev:client To start develop the app client, integrated with hot reload.
dev:server To start develop the SSR, integrated with hot reload.
build To build and minify the app. App will use prod API.