Something to assemble multiple micro frontend components for server side rendering application.
- NodeJS v12+
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
To start the application using Makefile use:
$ make start
Or just use npm script:
$ npm start
Quality check using ESLint
$ make quality-checkup
To see helpful commands run:
$ make help