3 hours
You can view the project live at: Vermeer Github Users Search.
- ⚡ Next.js — A fast modern React Framework
- 🔗 TypeScript — Typed for safety
- 💎 Docker — Containerized for scalability
- 🌥 Deployed to Caprover - Hosted on my own server
- 🔥 next-seo — For managing SEO
- 💡 TailwindCSS — For styling
- 📏 ESLint — Pluggable JavaScript linter
- 💖 Prettier — Opinionated Code Formatter
- 🐶 Husky — Use git hooks with ease
- 🚫 lint-staged — Run linters against staged git files
- 🗂 Absolute import — Import folders and files using the @ prefix
- Visual Studio Code or any other IDE
- Node.js (8.x or above)
-
Clone this repo into a folder of your choice on your computer.
-
Open the cloned repo in the IDE of your choice. I used Visual Studio Code.
-
Open the integrated terminal in VSCode (
ctrl + ~
or View -> Terminal). -
Type
yarn
in the terminal to install the packages required for this project. -
Type
yarn dev
to start the development server. -
View the live app in modern browsers at http://localhost:3000.