Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayerdines/rails-react-tailwind
Boilerplate of Rails application with React, Tailwind and Webpacker
https://github.com/ayerdines/rails-react-tailwind
dotenv rails6 react reactjs rubocop tailwindcss webpacker
Last synced: 5 days ago
JSON representation
Boilerplate of Rails application with React, Tailwind and Webpacker
- Host: GitHub
- URL: https://github.com/ayerdines/rails-react-tailwind
- Owner: ayerdines
- Created: 2022-08-03T06:58:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T07:27:15.000Z (over 2 years ago)
- Last Synced: 2024-12-20T21:45:24.377Z (about 1 month ago)
- Topics: dotenv, rails6, react, reactjs, rubocop, tailwindcss, webpacker
- Language: Ruby
- Homepage:
- Size: 170 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate of Rails 6 application using React 18, Tailwind and Webpacker
### with dotenv, rubocop pre-configured---
```shell
git clone https://github.com/ayerdines/rails-react-tailwind.git
```Replace occurrences of `FivetranApp` with the name of your application.
Run webpack development server
```shell
./bin/webpack --watch
```Run rails server
```shell
./bin/rails server
```Good to go!!