Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 610 Bytes

Runmix is a react-based SSR framework, created from scatch.

Runmix borrows name from Remix, and runs for purpose of learning.

A full step-by-step course is being written at the same time. Almost every chapter of the course has a correspondent commit in this git repository.

The course will be published in Runmix official site, and RunJS, which also benifits from Runmix.

If you are a contributer of Runmix, you will get the course for free.

usage

Create a ssr project using runmix

npx runmix my-ssr-app

Start dev

cd my-ssr-app
npm run dev