0.1.1 • Published 5 years ago

@peajs/observable v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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