create-thistle-app
v1.0.2
Published
### Creating an App
Downloads
1
Readme
create-thistle-app
Creating an App
npx
npx create-thistle-app my-app
npm
npm init thistle-app my-app
yarn
yarn create thistle-app my-app
Quick Start
cd my-app
npm i
npm start
//or
yarn
yarn start