반응형
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 |
Tags
- job
- 코드잇
- jsp
- C
- Programming
- 자바
- MVC
- sql
- two pointers
- 웹개발
- jvm메모리구조
- html
- microservices
- DB
- BCIT
- servlet
- 안드로이드
- 리액트프로젝트
- Bambino
- MSA
- coding test
- 웹개발기초
- msa개념
- 밤비노
- 데이터베이스
- CSS
- SpringFramework
- Java
- 웹개발자
- mysql
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