Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 182 Bytes

File metadata and controls

17 lines (11 loc) · 182 Bytes

react mobile ui

# install yarn
$ npm install yarn -g

# install dependencies
$ yarn

# run server
$ npm start

# build for production with minification
$ npm run build