An open API service indexing awesome lists of open source software.

https://github.com/myonaingwinn/posting

Rails API, Redux, TypeScript, Boostrap 5
https://github.com/myonaingwinn/posting

rails7 reactjs redux ruby typescript

Last synced: 3 months ago
JSON representation

Rails API, Redux, TypeScript, Boostrap 5

Awesome Lists containing this project

README

          

# README

## This is testing app of the Rails-7 API and Redux, TypeScript

- After cloning this repository, run `bundle` or `bundle install`

- Start sever with, `rails s`, or `rails server` or
`bin/rails s`, or `bin/rails server`

- And then, goto _frontend_ folder and install packages,
`cd frontend && npm install`

That's all!

*Referenced from [this link](https://youtu.be/ZGnMqKg-Cq4).*