0.2.2 • Published 4 years ago

@peajs/graphql v0.2.2

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

peajs

A React Framework based on TypeScript.

Quick Start

npm i -g pea-cli
pea new myapp
cd myapp
npm run dev

It will create a directory called myapp inside the current folder:

.
├── package.json
├── src
│   └── App.tsx
└── tsconfig.json

Then open:http://localhost:3000

Scripts

  • npm run dev
  • npm test
  • npm build

License

MIT License

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago