https://github.com/atilafassina/worknet
map your work’s net
https://github.com/atilafassina/worknet
jamstack nextjs smashingmagazine tailwindcss workshop
Last synced: 2 months ago
JSON representation
map your work’s net
- Host: GitHub
- URL: https://github.com/atilafassina/worknet
- Owner: atilafassina
- Created: 2021-10-17T19:33:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T09:55:06.000Z (over 4 years ago)
- Last Synced: 2025-10-25T22:53:38.704Z (8 months ago)
- Topics: jamstack, nextjs, smashingmagazine, tailwindcss, workshop
- Language: JavaScript
- Homepage: https://worknet.vercel.app
- Size: 101 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Black Belt 🥋
This project is part of the Workshop [Next.js Black Belt](https://atila.io/nextjs-black-belt/).
See it live at [worknet.vercel.app](https://worknet.vercel.app/).
## What's inside? 👩🔧
| dependencies | version |
| --------------- | ------- |
| Next.js | 12.0.1+ |
| React | 17.0.2+ |
| TypeScript | 4.3.5+ |
| sentry/nextjs | 6.13.3+ |
| next-auth | 4.0.0+ |
| tailwindcss | 2.2.17+ |
| heroicons/react | 1.0.4+ |
## Get to work ⚡
Copy/paste this on your terminal to
- clone
- install dependencies
- get local server running
```bash
git clone git@github.com:atilafassina/worknet.git && cd worknet && yarn && yarn dev
```
Local version should be running at [localhost:3000](http://localhost:3000).