1
0
mirror of synced 2025-11-08 21:07:23 +00:00
Files
typescript-starter/examples/readme.md
2017-02-12 16:17:51 -05:00

585 B

es7-typescript-starter Usage Examples

This directory (/examples) can be deleted when forking this project. It contains some simple examples of how forks of this starter can be used by other projects. (Usually you'll want to provide these instructions in your root readme.md.)

Node (Vanilla)

yarn build
cd examples/node-vanilla
node test.js

Node (Typescript)

yarn build
cd examples/node-typescript
yarn && yarn build && yarn start

Browser (Rollup, Tree-shaking)

yarn build
cd examples/browser
yarn && yarn build && yarn start