>> Under development <<
It's just a fictional publishing(similar to Medium) app that implements a micro-frontend architecture using single-spa and importmap specifications
See the Figjam file with an example of mfe architecture here
Click here to see more pet projets
It's a monorepo project that contains the microfrontends used by Typer. Currently all micro-frontends are being implemented using React
It's a small project that is responsible for updating the importmap-[stage].json with the URL to the latest version of a micro-frontend javascript bundle hosted in an S3 bucket
It's the backend project used by Typer. It is being build using NestJS and GraphQL.
- Access your AWS account and create a IAM user.
- Create a .env file based on .env.example and put your AWS credentials on it. The possible values for stage are dev or prod
- Deploy the project to the AWS using Serverless: yarn sls:deploy:[stage]
- Remove the project from AWS using Serverless: yarn sls:remove:[stage]