App Gateway

Something to assemble multiple micro frontend components for server side rendering application.

Requirements

  • NodeJS v12+

Setup

Just run on your machine (Unix/OSX) the command on you project path:

$ make setup

Or install and compile TypeScript using NPM

$ npm install && npm run compiler

Run

To start the application using Makefile use:

$ make start

Or just use npm script:

$ npm start

Extra

Quality check using ESLint

$ make quality-checkup

To see helpful commands run:

$ make help