ththanhbui / my-website

Personal Website build with Gatsby.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Personal Website

Netlify Status. This website is released under the MIT license. code style: prettier Current npm package version.

Table of Contents

This is a starter for Gatsby.js V2.

The older V1 version of this starter can be found on the v1 branch:

Gatsby.js V2 starter based on the Dimension site template, designed by HTML5 UP. Check out https://codebushi.com/gatsby-starters/ for more Gatsby starters and templates.

Preview

https://gatsby-dimension.surge.sh/

Installation

Install this starter (assuming Gatsby is installed) by running from your CLI:
gatsby new gatsby-starter-dimension https://github.com/codebushi/gatsby-starter-dimension

Run gatsby develop in the terminal to start the dev site.

Details

Name

gatsbyjs hello world

Description

This was a very simple implementation used to tests gatsby and compare the result and dev speed to create-react-app and next.js There are a couple of tests on this page like the usage of styles components and normal CSS on the same page. That happened because I wanted to test the two ways.

Author

Thanh Bui

Requirements

Installation

  • Install dependencies
    yarn
  • Start the local project
    yarn develop

Navigate to http://localhost:8000

Build

Yarn Script Description
build Build the environment for production
develop Run develop environment on localhost
deploy Deploy the app into production
clean Clean temporary files
format Prettify the code for production
test Run tests

Deploy

Deploy to Netlify

Testing

Support

Please open an issue for support.

Credits

Suggestions

About

Personal Website build with Gatsby.

License:MIT License


Languages

Language:CSS 75.1%Language:JavaScript 24.9%