Small Spanish quiz cards app.. Proof of concept, useful for learning react and rails
React & Rails
- Rails https://guides.rubyonrails.org/v5.0/getting_started.html#installing-rails
- Nodejs and NPM
- open a terminal in /server and run "rails s"
- open a terminal in /client and run "npm i & npm run start"
- This is my first React app, so i decided to create this app in order to learn the library.