Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julianpasquale/modular-monoliths-talk

Slides for the presentation "Modular Monoliths", originally created for the La Plata Ruby meetup
https://github.com/julianpasquale/modular-monoliths-talk

Last synced: 21 days ago
JSON representation

Slides for the presentation "Modular Monoliths", originally created for the La Plata Ruby meetup

Awesome Lists containing this project

README

        

# RS slides template

This is a template for creating slide decks using [React](https://reactjs.org/) and [reveal.js](https://revealjs.com).

## Usage
Since this is a template repository, you must first create a new repo using this template.

Once you have your repo, you can use the `bootstrap.sh` script to update all the template files with the name of your own.
```bash
./bootstrap.sh my-new-slide-deck
```

## System requirements
- Node
- This repo already includes a `.nvmrc` file with a specific Node version.

## Available Scripts

In the project directory, you can run:

### `yarn install`

Install the libraries and dependencies needed to run the app locally.

### `yarn start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `yarn run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

## Supported features

All the [reveal.js](https://revealjs.com) feature are supported

## Deployment
This template includes a Github Action that will deploy your slides to Github Pages.

To enable this feature, you must access to the settings tab of your Github repository and enable Github Pages.

image

## Core Libraries
- [reveal.js](https://revealjs.com)
- [React](https://reactjs.org)
- [Eslint](https://eslint.org/)
- [Tailwindcss](https://tailwindcss.com/)