반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- CSS
- 리액트프로젝트
- jsp
- MSA
- 웹개발기초
- mysql
- jvm메모리구조
- coding test
- MVC
- sql
- 밤비노
- 코드잇
- Java
- job
- SpringFramework
- 자바
- 데이터베이스
- microservices
- two pointers
- BCIT
- 웹개발자
- Bambino
- msa개념
- DB
- html
- C
- Programming
- 안드로이드
- servlet
- 웹개발
Archives
- Today
- Total
목록Canada/React (1)
초보 개발자의 기록
Getting Started with React: Creating a New Project and Running it in Development Mode
Explore how to create a new React project and run it in development mode. React is a popular JavaScript library for building user interfaces, and it allows developers to use JSX, a syntax that combines HTML tags within JavaScript code. Step 1: Creating a New Project To create a new React project Open your terminal or command prompt and use the following command: npm init react-app . The period (..
Canada/React
2023. 7. 28. 17:08