0.2.2 • Published 6 years ago
@peajs/graphql v0.2.2
peajs
A React Framework based on TypeScript.
Quick Start
npm i -g pea-cli
pea new myapp
cd myapp
npm run devIt will create a directory called myapp inside the current folder:
.
├── package.json
├── src
│ └── App.tsx
└── tsconfig.jsonThen open:http://localhost:3000
Scripts
npm run devnpm testnpm build