mwenyoa / hello-rails-react

This project is about setting Set up a "Hello world" project as one app with Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-rails-react

This project is about setting Set up a "Hello world" project as one app with Webpack


Getting Started

To get a local copy up and running follow these simple steps.

  1. Clone the repo

    https://github.com/mwenyoa/hello-rails-react.git
  2. Goto project directory

    cd hello-rails-react
  3. Configure database.yml in the config folder according to your postgreSQL configuration

  4. Run app

        ./bin/dev

Setup

 rails db:seed

Errors

If you encounter any errors, run the following commands.

  • Run rails db:drop db:create db:migrate to drop, create and migrate a new database.

  • Run rubocop && rubocop -A to check for and fix code errors.

This project was built with

  • Ruby on Rails

  • PostgreSQL

  • Webpack

  • React

Author

👤 Anthony Mwenyo

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page].

Show your support

Give a ⭐️ if you like this project!

Acknowledgement

📝 License

This project is MIT licensed.

About

This project is about setting Set up a "Hello world" project as one app with Webpack


Languages

Language:Ruby 70.9%Language:HTML 16.7%Language:JavaScript 9.9%Language:CSS 2.1%Language:Shell 0.4%