A Universal React App as part of the Prefab Pipeline
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
yarn run d-build
yarn run d-run
In the browser http://localhost:3000
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