Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!!