Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

GrantBartlett/gatsby-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby TypeScript Starter

A simple starter project for using TypeScript and Gatsby.

  • Pages and components are classes.
  • A skeleton SCSS project with prefixing can be found in assets/stylesheets

screencapture-localhost-8000-2019-08-19-13_28_57

Demo

View Demo

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Once you have forked and cloned off the project. Install the project dependencies by running:

yarn

Development

Serves a webserver provided by Gatsby to the public folder.

yarn dev

Production

Compiles a production ready project to the public folder.

yarn build

Built With

  • Gatsby - JavaScript library for building user interfaces.
  • TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript.

License

This project is licensed under the MIT License - see the LICENSE.md file for details