Simple PWA-compatible SPA showcasing development skills including:
- React.js
- Next.js
- Typescript
- Linting with ESLint
- Formatting with Prettier
- TailwindCSS
- Animations with Framer Motion
- Deployment using Docker
- Hosted using Traefik
Requirements:
- Node
- Docker (Optional)
## Install deps
yarn
# or
npm -i
# With Docker
docker-compose -f docker-compose-dev.yml up -d
# Without Docker
yarn dev
# or (Optimized production build)
yarn build
yarn start