- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐ Show your support
- 🙏 Acknowledgements
- 📝 License
Rails application connecting React with Rails using webpack and babel
Backend
Database
-Display the random greeting in your Greeting component.
To get a local copy up and running, follow these steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/harshi0102/hellorailsreact.git
Install this project with:
cd hellorailsreact
bundle install
Create the databases and run migrations with:
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
yarn build
rails server or rails s
To run tests, run the following command:
rspec spec/
👤 Harshika Govind
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Improve the styling
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project give it a star.
Thanks to Microverse for their support.
This project is MIT licensed.