/week-1

week-1

Primary LanguageTypeScriptMIT LicenseMIT

week-1

https://github.com/next-react-study/week-1.git fork해옵니다.

🎯 GOAL

  • emotion styled in js 대표 emotion으로 마크업 학습
  • react-ts 리액트 ts 기본 마크업 작업 연습

Install

nvm install v12.18.2
yarn create react-app kmong-copy-w1 --template typescript
or 
npx create-react-app kmong-copy-w1 --template typescript

모노레포 생각 했을 때 yarn을 추천 !

curl -o- -L https://yarnpkg.com/install.sh | bash

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

크몽 메인화면 클론

학습 목표

CSS in JS 스타일링 개념 이해 TypeScript 개념 이해

요구 사항

  1. kmong.com main Page Markup
- Header
- Main
- .... 
- Footer