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