next-portfolio Is my personal website, blog and library demo playground, built from scratch with Next.js
- SSR React with Next.js
- Dynamic Theming and Styles via Styled-Components
- Offline Ready via Workbox
- One Click Production Serverless Deploy to Now
- Prettier, ESLint and StyleLint Integration
Clone this repo
git clone https://github.com/tim-soft/next-portfolio.git next-portfolio
cd next-portfolio
Install dependencies
yarn install
Run locally with hot module reloading
yarn dev
Deploy to Now
yarn global add now
now