Skip to content

mateuszwu/ror-workshops

Repository files navigation

Before we get started, you have to install:

Ruby: 3.1.1
NodeJS: 14.15.0

Another step is to install the essential tools:

git
yarn

And also the libraries:

bundle install
yarn install

Last but not least is to create a database:

rails db:create

For some more details, I suggest you to visit:

The application can be started by running the following command:

./bin/dev

As an alternative, you can run below 3 commands (each in a separate window/tab/panel)

rails server -p 3000
yarn build --watch
yarn build:css --watch

If all went well you should see the following page by visiting localhost:3000: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages