Git Product home page Git Product logo

example-app-202401's Introduction

Example App 2024/01

  • vite
    • ビルドツール
  • React
    • フロントエンドライブラリー
  • tanstack/react-query
    • fetch
  • react-router
    • ルーティング
  • tailwindcss
    • CSS のライブラリ
  • vitest
    • 自動テスト
  • msw
    • API のモック
  • Storybook
    • UI カタログ

Command Log

% volta install [email protected]
% node -v
v20.11.0
% npm create vite@latest example-app-202401 -- --template react-ts
% cd example-app-202401
% git init
% git config --local --list
% git config --local user.email "[email protected]"
% git config --local user.name "ice"
% npm i -D @vitejs/plugin-react-swc
%   echo "replace @vitejs/plugin-react with @vitejs/plugin-react-swc in package.json"
% npm install eslint eslint-plugin-react --save-dev
%   echo "configure eslintrc.cjs as described in the README.md"
% npm install prettier --save-dev
% npm install eslint-plugin-prettier@latest --save-dev
%   echo "add prettierrc.json"
% npm run format
% npx install-peerdeps --dev eslint-config-airbnb-base
%   echo "configure .eslintrc.json"
% npm run format
% npm install --save-dev eslint-plugin-unused-imports
%   echo "add unused-imports configuration"
% npm install --save-dev cspell@latest
%   echo "configure cspell"
%   echo "add path aliases config into tsconfig.json"
% npm install devcert --save-dev
%   echo "configure vite.config.ts to support https on localhost"
% npm install msw --save-dev
% npx msw init public
% npm install @tanstack/react-query
% npm install vite-tsconfig-paths --save-dev
%   echo "configure vite.config.ts to support '@/' in import path"
% npm install react-router-dom

example-app-202401's People

Contributors

meltedice avatar

Stargazers

cm-seungyeon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.