MBP(はてな)

MacBook Pro,iPhone Xs,React

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

AWS AmplifyとVercelでAngular

$ npm install -g @angular/cli $ ng --version Angular 12.2.3$ ng new amplify-angular $ cd new amplify-angular $ ng serve --openhttp://localhost:4200GitHubにリポジトリを作成 GitHub - hiroyuki12/amplify-angular$ git remote add origin git@gith…

AWS AmplifyでNext.js

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

netlifyでNext.js

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

Azure Static Web AppsでReact TypeScript App

$ npx create-react-app azure-static-web-react-typescript --template typescriptGithubにリポジトリを作成して、 $ git remote add origin git@github.com:hiroyuki12/azure-static-web-app-react-typescript.git $ git branch -M main $ git push -u ori…