- Node.js Download : https://nodejs.org/ko/
Just clone the repo and start hacking:
$ git clone https://github.com/nkiateam/react-tutorial.git
$ cd react-tutorial
$ npm install # Install Node.js components listed in ./package.json
$ npm start # Compile and launch$ npm start # or, `npm start -- release`This will start a lightweight development server with "live reload" and synchronized browsing across multiple devices and browsers.
- Tutorial
- UI Component
.
├── /docs/ # Documentation files for the project
├── /examples/ # Tutorial Examples
├── /libs/ # javascript library
├── /node_modules/ # 3rd-party libraries and utilities
├── index.html # index of the application
├── package.json # The list of 3rd party libraries and utilities
├── README.md # README
└── webpack.config.js # webpack module builder config file