gjungb / silent-frost-n1vpq

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/gjungb/silent-frost-n1vpq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Created with CodeSandbox

https://codesandbox.io/s/github/gjungb/silent-frost-n1vpq

License:MIT License


Languages

Language:TypeScript 55.0%Language:CSS 30.7%Language:JavaScript 14.3%