1.0.0 • Published 5 years ago

lmnts-gatsby-ts-skeleton v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

lmnts-gatsby-ts-skeleton

A starter blog for LMNTS-Gatsby projects based in TypeScript with core settings.

Features

  • TypeScript & TSLint
  • Static Site Generation with Server Side Rendering capabilities using Gatsby
  • Constants.js by Pete that is synced with LMNTS Styling Philosophies
  • Optimized image delivery components using Gatsby-Image
  • Posts/Data Loops for any data source using Gatsby Data Sources
  • Page Transitions using Transition-Link
  • Styled Components using Styled-Components

Geting started

gatsby new [project-name] https://github.com/lmnts-dev/lmnts-gatsby-ts-skeleton

Development

# develop 
npm start

# build
npm run build