Table of Contents
Clone the project:
git clone git@github.com:native-html/render.gitThen yarn-install:
cd @native-html/render
yarn installThe project is using
Yarn Berry’s workspaces. There is an alias to work from
@native-html/render workspace:
yarn renderYou can then run the following commands:
Most significant scripts |
Description |
|
Launch jest test in watch mode |
|
Run Typescript typechecking |
|
Run linter |
|
Transpile TS → ES |
yarn build:tools
yarn render-html buildFrom now-on, you should be able to try out the demo app with
yarn demo start