You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an Astro+React+UnoCSS project under apps/web, which includes some simple pages and dynamically renders and returns the webpage on the server side.
Acceptance Criteria
Homepage / shows a simple message
/song/:id/info shows some basic information of given song
Astro, React, UnoCSS, server-side data fetching and rendering all set up
Objective
Create an Astro+React+UnoCSS project under
apps/web, which includes some simple pages and dynamically renders and returns the webpage on the server side.Acceptance Criteria
/shows a simple message/song/:id/infoshows some basic information of given song