react-projects
A collection of projects built on the React library
파일 탐색기
최종 버전 다운로드 (.zip)- index.js
- App.js
- Form.js
- List.js
- action-types.js
- articleReducer.js
- index.js
- index.js
- index.js
- index.html
- .babelrc
- LICENSE
- package.json
- webpack.config.js
- items.js
- ItemList.js
- index.js
- items.js
- configureStore.js
- index.html
- index.js
- nwb.config.js
- package.json
- ISSUE_TEMPLATE.md
- FAQ.md
- bookActions.js
- BookPage.js
- AboutPage.js
- HomePage.js
- App.js
- emptyTest.spec.js
- bookReducers.js
- index.js
- configureStore.js
- favicon.ico
- index.ejs
- index.js
- routes.js
- webpack-public-path.js
- .yarnclean
- build.js
- chalkConfig.js
- distServer.js
- nodeVersionCheck.js
- removeDemo.js
- srcServer.js
- startMessage.js
- testSetup.js
- .babelrc
- .editorconfig
- .eslintrc
- .gitignore
- .istanbul.yml
- .npmrc
- .travis.yml
- appveyor.yml
- package.json
- webpack.config.dev.js
- webpack.config.prod.js
- yarn.lock
- index.js
- blog.js
- index.js
- pandas-and-bananas.md
- sweet-pandas-eating-sweets.md
- blog-post.js
- typography.js
- .gitignore
- gatsby-config.js
- gatsby-node.js
- LICENSE
- package.json
- README.md
- favicon.ico
- index.html
- manifest.json
- index.css
- index.js
- package.json
- yarn.lock
- house-icon.png
- SearchPage.js
- SearchResults.js
- App.js
- app.json
- App.test.js
- package.json
- README.md
- yarn.lock
- favicon.ico
- index.html
- manifest.json
- index.js
- Picker.js
- Posts.js
- action-types.js
- AsyncApp.js
- Root.js
- index.js
- actions.js
- configureStore.js
- constants.js
- index.js
- reducers.js
- registerServiceWorker.js
- .gitignore
- package.json
- README.md
- favicon.ico
- index.html
- manifest.json
- index.css
- index.js
- .gitignore
- package.json
- yarn.lock
- favicon.ico
- index.html
- manifest.json
- index.css
- index.js
- package.json
- yarn.lock
- icon-192.png
- icon-512.png
- favicon.ico
- index.html
- manifest.json
- index.js
- AddTodo.js
- App.js
- Filter.js
- Todo.js
- TodoList.js
- action-types.js
- filters.js
- filter.js
- index.js
- todos.js
- index.js
- registerServiceWorker.js
- .gitignore
- package.json
- README.md
- yarn.lock
- favicon.ico
- index.html
- manifest.json
- bg.jpg
- AddTrip.js
- Trip.js
- TripsCount.js
- TripsList.js
- App.js
- Error404.js
- Nav.js
- index.css
- index.scss
- index.js
- package.json
- yarn.lock
- .gitignore
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ajayns/react-projects
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-projects
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd basic-react-redux
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
