- clone this repo
git clone [email protected]:YongYuH/ts-react-esbuild-boilerplate.git- install dependencies
yarn- install husky
yarn prepare- build production code with
[email protected](client side rendering) - rebuild development code and reload with
[email protected]watchand[email protected] - run development and production server with
[email protected] - serve static files with
[email protected] - unify coding style with
[email protected]and[email protected] - develop front-end source code with
[email protected]and[email protected]