/react-board-sample

React 게시판 샘플

Primary LanguageJavaScript

react-board-sample

This is react-based sample admin template. See Demo

Alt text Alt text

Installation

  • install node.js v8.9.4
  • install create-react-app
npm install create-react-app
  • Clone this project
git clone https://github.com/kwonssy02/react-board-sample.git 
  • Start project
cd react-board-sample
npm install & npm start

References