This is a Next.js based project to style react components into beautiful ones. Including animations, effects and layouts
Clone and run code:
- git clone https://github.com/saigonbitmaster/styledReact
- yarn //install node depedenceis
- yarn run dev //run development mode
- yarn run build //build the site
- yarn run start //run production mode
Modify data, images in the folder src/pages_/api/data.js public
Open http://localhost:8000 with your browser to see the result.
You can start editing the page by modifying pages_/index.tsx
. The page auto-updates as you edit the file.