Skip to content

A TypeScript starter for GatsbyJS. No plugins and styling. Exactly the necessary to start.

License

Notifications You must be signed in to change notification settings

JovaniPink/gatsbyjs-typescript-boilerplate

 
 

Repository files navigation

GatsbyJS Typescript Boilerplate

A TypeScript starter for GatsbyJS. No plugins and styling. Exactly the necessary to start.

🚀 Getting started

The best way to start is to git clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. npm dev;

To view the project you can open http://localhost:8000.

🤝 Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'Add some feature';
  4. Push to the branch: git push origin my-new-feature.

After your pull request is merged, you can safely delete your branch.

📝 License

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


Inspired by João Pedro Schmitz's gatsby-starter-ts's template

About

A TypeScript starter for GatsbyJS. No plugins and styling. Exactly the necessary to start.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • TypeScript 29.0%