Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 290 Bytes

File metadata and controls

11 lines (9 loc) · 290 Bytes

TypeScript NextJS EmotionJS starter kit

Got fed up with create-react-app my-app --scripts-version=react-scripts-ts. :)

$ git clone [email protected]:lilybarrett/typescript-nextjs-starter.git
$ yarn install
$ yarn build
$ yarn dev
// navigate to localhost:3000 to see "Hello Boo"