Skip to content

creatioart/template-nodejs-angular-ssr-frontend

Repository files navigation

CreatioART: Template Node.js Angular SSR (Server-side Rendering) Frontend

Release Level

CreatioART - Template Node.js Angular SSR (Server-side Rendering) Frontend able to handle web portals.

Getting Started

  1. Artifact
  2. Requirements
  3. Project organization
  4. Environment variable
  5. Building from Source
  6. Test the Artifact
  7. Run in Local Mode
  8. CreatioART templates
  9. License
  10. Change Log

Templates for use

Service templates are public. README.md file for each template contains instructions for running it.

Source Code Status
Express Service Release Level
Express Function Release Level
GrapHQL Servicen Release Level
Angular Frontend Release Level
Angular SSR Frontend Release Level

Artifact

Element Description
Artifact id @creatioart/template-nodejs-angular-ssr-frontend
Artifact Name template-nodejs-angular-ssr-frontend

Requirements

To build and run the application you need:

Project organization

The code is organized as follows:

  1. app contains the application modules.
  2. assets contains the assets files.
  3. environments contains the environments files.
  4. locale contains the locale files.
  5. model contains the entity models.

Environment variable

Artifact environment variable

  • APP_ENV: Used to set the execution environment. Values: local, dev, test, prod.
{
  "APP_ENV": "dev"
}

Building from Source

  1. Install Node.js 20 - Node.js 20 Download
  2. Install dependencies: npm install
  3. Run compile: npm run build

Test the Artifact

  1. Install Node.js 20 - Node.js 20 Download
  2. Install dependencies: npm install
  3. Run test: npm run test

Run in Local Mode

  1. Install Node.js 20 - Node.js 20 Download
  2. Install dependencies: npm install
  3. Run develop: npm run dev

CreatioART templates

Complementary templates available from CreatioART:

Made with ❤️ by the CreatioART team.

Contribute

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

License

Apache-2.0

Change Log

Change Log

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published