Skip to content

Sanchezdav/tasky

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tasky

This is Tasks Manager application example using Rails and Stimulus Reflex.

Stack

Dependencies

After clone this project, you need to install the ruby depedencies from your Gemfile running bundle install and the javascript dependencies with yarn install.

Database

Next step is create the database (Postgresql) with this command rails db:create and execute all the migrations rails db:migrate.

Development

We have two servers, Rails server and Webpack dev server, if you want to run both at once just install Foreman with foreman start -p 3000, the flag -p indicates the port.

If you prefer run servers individually, for Rails server use rails s and for webpack dev server bin/webpack-dev-server.

About

A Stimulus Reflex example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published