Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 237 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 237 Bytes

Create server: install ruby, rails

rails new server --skip-active-record --skip-bundle --api

Create client: install nodejs

mkdir client
npm init -y
npm i react react-dom react-scripts