Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 617 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 617 Bytes

Fab Universal React Starter Kit

A Universal React App as part of the Prefab Pipeline

Steps to Setup

Clone the Repo git clone git@github.com:yantrashala/prefab-ui-universal-app.git

Install Packages yarn install -W

Run the CLI Generator and answer the questions npm run gen

Build via Docker

yarn run d-build

yarn run d-run

In the browser http://localhost:3000

Build and Run Locally

cd prefab-ui-universal-app/packages/app

(Code is organized in monorepos. Frontend React App is located within the app folder.)

yarn install

yarn run dev

In the browser http://localhost:3000