orcad
v0.6.0-rc1
Published
--- ## About
Downloads
39
Readme
Orcad
All rights reserved by M.R.Ildar at ildar.in (c) 2021-2022
About
All-in-one package for architectures like service-api-client
Supported langages and frameworks:
- TypeScript
- Svelte
Used modules:
- Esbuild
- Nodemon
Usage
- Load and install nodejs
- Go to path for your project and execute commands:
npm init
npm i orcad
npx orcad init
- Edit your code as you need, then build:
npx orcad build
- After build run server node js:
npx orcad run
- For automatic update and build runtime you appon changes, use this command:
npx orcad build run watch