Skip to content

Latest commit

 

History

History
115 lines (90 loc) · 3.44 KB

README.md

File metadata and controls

115 lines (90 loc) · 3.44 KB

TAON Typescript Angular Orm Node )

( BETA VERSION - MAJOR REFACTOR IN PROGRESS )

Taon 🔥🔥🔥 is a solution (global cli tool & framework) for

+ TypesSript

+ Angular (PWA)

+ Orm with TypeORM

  • sql.js - NODEJS SERVER MODE
  • sql.js - *WEBSQL SERVER MODE
  • mysql - SERVER IN DOCKER (work in progress)

+ NodeJS

+ RxJs / NgRx (optional)

+ Electron desktop apps (work in progress)

+ Storybook showcase (work in progress)

backend/frontend *isomorphic apps/libs.

READ DOCUMENTATION



Initial requirements of taon

  1. Installed git

(for windows only git bash supported https://gitforwindows.org)

  1. (linux only) Increased watchers limit:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p


Projects that are part of taon.dev:

Global npm dependencies installed with taon

Installation happens when you first time use taon

{ name: 'ncc', version: '0.36.0', installName: '@vercel/ncc' },
{ name: 'extract-zip', version: '1.6.7' },
{ name: 'cpr' },
{ name: 'check-node-version' },
{ name: 'npm-run', version: '4.1.2' },
{ name: 'rimraf', version: '3.0.2' },
{ name: 'mkdirp' },
{ name: 'renamer', version: '2.0.1' },
{ name: 'nodemon' },
{ name: 'madge' },
{ name: 'yarn' },
{ name: 'taon-http-server' },
{ name: 'prettier' },
{ name: 'fkill', installName: 'fkill-cli' },
{ name: 'mocha' },
{ name: 'jest' },
{ name: 'ts-node' },
{ name: 'taon-vsce' },
{ name: 'webpack-bundle-analyzer' },
{ name: 'babel', installName: 'babel-cli' },
{ name: 'javascript-obfuscator', version: '4' },
{ name: 'uglifyjs', installName: 'uglify-js' },