Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julianpasquale/modular-monoliths-talk
- Owner: JulianPasquale
- Created: 2023-05-21T13:58:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-30T20:13:01.000Z (over 1 year ago)
- Last Synced: 2024-10-11T23:33:05.640Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://julianpasquale.github.io/modular-monoliths-talk/
- Size: 44.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Core Libraries
- [reveal.js](https://revealjs.com)
- [React](https://reactjs.org)
- [Eslint](https://eslint.org/)
- [Tailwindcss](https://tailwindcss.com/)