MBP(はてな)

MacBook Pro,iPhone Xs,React

2021-08-29から1日間の記事一覧

HerokuでNext.js

Next.jsはReactをベースにしたフロントエンドフレームワーク$ npx create-next-app heroku-nextjs --use-npm --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter" $ cd heroku-nextjs $ npm run dev GitHubでリポジトリを…

Azure Static Web AppsでGatsby

$ npm install -g gatsby-cli Terminal再起動$ gatsby --help Gatsbyスターターを選択。 Gatsby Starters: Library | Gatsbygatsby-gitbook-starter: Gatsby Starter | Gatsby$ npx gatsby new azure-static-web-gatsby https://github.com/hasura/gatsby-gi…