반응형
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 |
Tags
- 웹개발자
- servlet
- job
- MSA
- 시큐어코딩
- sql
- 데이터베이스
- Java
- Doit알고리즘코딩테스트
- SpringFramework
- MVC패턴
- CSS
- 서버 모니터링
- Grafana
- BCIT
- DevOps
- spring boot
- react
- two pointers
- Bambino
- coding test
- 웹개발기초
- Spring MVC
- 웹 보안
- 모니터링
- 웹개발
- jsp
- 자바
- html
- vite
Archives
- Today
- Total
목록react init (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 projectOpen your terminal or command prompt and use the following command:npm init react-app .The period (.) a..
Frontend/React
2023. 7. 28. 17:08