CreatioART - Template Node.js Angular SSR (Server-side Rendering) Frontend able to handle web portals.
- Artifact
- Requirements
- Project organization
- Environment variable
- Building from Source
- Test the Artifact
- Run in Local Mode
- CreatioART templates
- License
- Change Log
Service templates are public. README.md
file for each template contains instructions for running it.
Source Code | Status |
---|---|
Express Service | |
Express Function | |
GrapHQL Servicen | |
Angular Frontend | |
Angular SSR Frontend |
Element | Description |
---|---|
Artifact id | @creatioart/template-nodejs-angular-ssr-frontend |
Artifact Name | template-nodejs-angular-ssr-frontend |
To build and run the application you need:
- Node.js 20
- Projects must configure TypeScript to use types from the ECMAScript modules that have a:
compilerOptions.allowJs
should betrue
.compilerOptions.module
should be"node16"
or"nodenext"
.
The code is organized as follows:
app
contains the application modules.assets
contains the assets files.environments
contains the environments files.locale
contains the locale files.model
contains the entity models.
Artifact environment variable
- APP_ENV: Used to set the execution environment. Values: local, dev, test, prod.
{
"APP_ENV": "dev"
}
- Install Node.js 20 - Node.js 20 Download
- Install dependencies: npm install
- Run compile: npm run build
- Install Node.js 20 - Node.js 20 Download
- Install dependencies: npm install
- Run test: npm run test
- Install Node.js 20 - Node.js 20 Download
- Install dependencies: npm install
- Run develop: npm run dev
Complementary templates available from CreatioART:
Made with ❤️ by the CreatioART team.
If you are interested in fixing issues and contributing directly to the code, please contact to the project manager. Here is how you can contribute to CreatioART.template-nodejs-angular-ssr-frontend:
- Submit bugs and help us verify fixes
- Submit pull requests for bug fixes and features and discuss existing proposals