This is the source code for the React Easyroute website: https://react-easyroute.lyoha.info
Build with React, React Easyroute and Vite.
- Clone project:
git clone https://github.com/easyroute-router/react-docs
cd react-docs
npm install
npm run dev
: run local dev server;npm run build
: build browser code;npm run build:prerender
: build and prerender SPA.