You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| src | 4 years ago | |
| .eslintignore | 4 years ago | |
| .eslintrc.js | 4 years ago | |
| .gitignore | 4 years ago | |
| .prettierrc | 4 years ago | |
| Readme.MD | 4 years ago | |
| index.html | 4 years ago | |
| package-lock.json | 4 years ago | |
| package.json | 4 years ago | |
| postcss.config.js | 4 years ago | |
| tailwind.config.js | 4 years ago | |
| tsconfig.json | 4 years ago | |
| tsconfig.node.json | 4 years ago | |
| vite.config.ts | 4 years ago | |
| yarn.lock | 4 years ago | |
Readme.MD
Typescript tp
Please reference to the lab for what to do.
Install
$ yarn install
# OR
$ npm install
Test the typescript compilation
$ yarn build
# OR
$ npm run build