This is a basic approximation of the CSS-Tricks website written in NextJS with a Strapi backend. Feel free to fork and clone, add features, and make it your own!
- Fork & clone this repo
- Install dependencies
- npm run dev (This uses Concurrently to start the Strapi server on localhost:1337 and the NextJS app on localhost:3000)
Go to localhost:1337/admin and make an admin account. Use the admin panel to update, change, and/or add to the data structure.