从实践角度出发,一步一步搭建一个 Tiger 应用程序
macOS
Linux
Windows
使用 npm init 命令来创建项目:
npm init
$ npm init @tiger/app example $ cd example && npm install
$ npm run dev
访问 http://127.0.0.1:8080 即可看到服务的 example 页面
http://127.0.0.1:8080