beidou-example-with-typescript
v2.3.0
Published
Beidou example with TypeScript
Downloads
10
Readme
Beidou example with TypeScript
Write React app with TypeScript in .ts
and .tsx
files. Egg-ts not support yet.
Install
$ yarn
Start
$ yarn dev
then navigate to http://127.0.0.1:6001/
Basic Usage
- add a new page in /client folder, eg.
/client/test.tsx
- start app:
npm run dev
- navigate to http://127.0.0.1:6001/test