Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassiosantana/rails_learning_base
A simple starting point for experimenting with and implementing various features and gems in a Rails context.
https://github.com/cassiosantana/rails_learning_base
ffaker rails rspec tailwindcss
Last synced: about 1 month ago
JSON representation
A simple starting point for experimenting with and implementing various features and gems in a Rails context.
- Host: GitHub
- URL: https://github.com/cassiosantana/rails_learning_base
- Owner: cassiosantana
- Created: 2024-07-26T00:40:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T12:18:38.000Z (5 months ago)
- Last Synced: 2024-11-02T15:27:05.082Z (3 months ago)
- Topics: ffaker, rails, rspec, tailwindcss
- Language: Ruby
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Learning Base
This repository serves as a foundation for exploring and learning new technologies integrated with Ruby on Rails. The main goal is to provide a simple starting point for experimenting with and implementing various features and gems in a Rails context.
![image](https://github.com/user-attachments/assets/b334a3af-4835-4148-be46-e6cf9e081a1e)
## Installation
1. **Install Project Dependencies:**
```bash
bundle install
```2. **Install Tailwind CSS:**
```bash
./bin/rails tailwindcss:install
```3. **Install Flowbite:**
```bash
npm install flowbite
```4. **Building the Project:**
```bash
./bin/dev
```## Contributing
If you wish to contribute to the project, feel free to open a pull request with your improvements and fixes. Your contributions are welcome!## License
This project is licensed under the MIT License.