Skip to content

Commit

Permalink
example(basic): Add sandbox config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 19, 2021
1 parent 8630af9 commit 8f77563
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 11 additions & 1 deletion example/basic/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
Basic Example
---

## Quick Start

```bash
$ npx create-kkt my-app
cd my-app
npm install

npm run watch # Listen compile .ts files.
npm run build # compile .ts files.

npm run start
```
```

## Open in CodeSandbox

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?logo=codesandbox)](https://codesandbox.io/s/github/jaywcjlove/tsbb/tree/master/example/basic)
3 changes: 3 additions & 0 deletions example/basic/sandbox.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"template": "node"
}

0 comments on commit 8f77563

Please sign in to comment.