Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 858 Bytes

File metadata and controls

25 lines (20 loc) · 858 Bytes

This project is react dashboard starter kit. It used in tungtung.vn, and now we open source for every one

Simple, clean, beautiful and easy custom

Document is updating ..., please wait to 20/11/2016

Simple install

git clone https://github.com/tungtung-dev/tungtung-react-dashboard-starter/
npm run install
npm run start # start server dev
npm run build # build output to dist

Config Api server

Go to (TungTung API Server Node.js and clone it)[https://github.com/tungtung-dev/tungtung-media-starter-api]

git clone https://github.com/tungtung-dev/tungtung-media-starter-api
npm run install
npm run dev # run dev server
npm run prestart # build file
npm run starter # build file and start server

Default server run in port 7878. If you change port please change config in tungtung-react-dashboard-starter/src/config/index.js