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
- Host: GitHub
- URL: https://github.com/myonaingwinn/posting
- Owner: myonaingwinn
- Created: 2022-04-28T04:21:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T08:34:02.000Z (about 4 years ago)
- Last Synced: 2025-02-25T20:18:10.269Z (over 1 year ago)
- Topics: rails7, reactjs, redux, ruby, typescript
- Language: Ruby
- Homepage:
- Size: 475 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).*