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
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Once you have forked and cloned off the project. Install the project dependencies by running:
yarn
Serves a webserver provided by Gatsby to the public
folder.
yarn dev
Compiles a production ready project to the public
folder.
yarn build
- Gatsby - JavaScript library for building user interfaces.
- TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript.
This project is licensed under the MIT License - see the LICENSE.md file for details