@typijs/core
v1.0.0-beta.6
Published
The Angular CMS Framework for building fully-featured SPA sites powered by NodeJS and MongoDB with TypeScript
Downloads
57
Readme
TypiJS
The Angular CMS Framework for building fully-featured SPA sites powered by NodeJS and MongoDB with TypeScript.
It includes 4 packages:
@typijs/core
- provides the decorators, injection tokens, base classes to create content type@typijs/modules
- provides the plugged-in module such as Page tree, Block tree, Media..@typijs/portal
- provide the UI layout to access editor, admin@typijs/api
- provide the apis to manipulate the content data which stored in MongoDB
Built With
Build on top modern stacks with TypeScript
TypiJS Core
This package @typijs/core
built on Angular provides the decorators, injection tokens, base classes to create content type and render page
Built with
- Angular
- TypeScript
Features
- Authentication using jwt token
- Base classes, interfaces, decorators to define the content type
- Directives and components to render the page, block
- Allow extend and override properties
Getting Started
To start the site build with TypiJS, following theses steps
Prerequisites
- Angular 10.x or higher
- Node 10.x or higher
- Express 4.x or higher
- Typescript 4.1.5
- MongoDB latest
Quick start
- Clone the repo
git clone https://github.com/typijs/typijs-starter.git cd typijs-starter npm install npm start
- Navigate to http://localhost:4200/typijs/register to start
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Email: [email protected]
Project Link: https://github.com/typijs/typijs