Skip to content

marcoroth/boxdrop

Repository files navigation

Logo

Boxdrop

Boxdrop is a Dropbox-Clone built using StimulusReflex to demonstrate
how you can use StimulusReflex to build an application.

Built with

  • Ruby 3.1.4
  • Rails 6.1
  • Stimulus 3.2
  • StimulusReflex 3.5
  • Turbo 7.2
  • Webpacker 5
  • Node
  • Yarn
  • PostgreSQL
  • Redis

Demo

Check out the demo running at www.boxdrop.io.

Local Setup

  1. Install dependencies

  2. Clone the repo

     git clone https://github.com/marcoroth/boxdrop.git
  3. Switch into the project folder

    cd boxdrop
  4. Run the setup command

    bin/setup
  5. Start the rails server and needed processes

    bin/dev
  6. See the app in action

    To see the application in action, open a browser window and navigate to http://localhost:3000. That's it!

Credits

Boxdrop logo made by @darkrubyist.

License

Boxdrop is released under the MIT License.