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-portfolioInstall dependencies
yarn installRun locally with hot module reloading
yarn devDeploy to Now
yarn global add now
now