Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 618 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 618 Bytes

SSR boilerplate with Next.js

A boilerplate of Server Side Rendering with Next.js

CircleCI MIT License

Libraries

  • now
  • React
  • Redux
  • Next
  • emotion
  • Jest
  • TypeScript

Setup

git clone https://github.com/locol23/next-redux-typescript-starter.git
cd next-redux-typescript-starter
yarn

Development

yarn dev

Production

yarn deploy