This template includes the following packages:
這模板整合了以下套件
請先安裝好 Node.js V16 以上和 Yarn
This Demo project should br running on Node.js ( >= 16.X.X ) while testing.
$ git clone https://github.com/andy922200/svelte-ts-template.git
1. Enter the project folder
> Open a new terminal window and enter the folder
$ cd <project folder>
2. Install packages via yarn
$ yarn install
3. Compiles the webpack for development
$ yarn dev // port:3000
4. Fix the coding style automatically ( js / html )
$ yarn lint-fix
5. Check the css coding style
$ yarn css-check
6. Fix the css coding style automatically
$ yarn css-fix