|
|
há 3 anos atrás | |
|---|---|---|
| .. | ||
| react-day-1 | há 3 anos atrás | |
| react-day-2 | há 3 anos atrás | |
| react-day-3 | há 3 anos atrás | |
| react-day-4 | há 3 anos atrás | |
| react-day-5 | há 3 anos atrás | |
| ts-day-1 | há 3 anos atrás | |
| README.md | há 3 anos atrás | |
| dashboard.png | há 3 anos atrás | |
# offline
tar xf node_modules.tar.xz
cd dashboard
yarn install
for windows user, download Node.js and then,
npm config set registry 'https://registry.npmmirror.com/' --global # ONLY for China user
npm install -g yarn
yarn config set registry 'https://registry.npmmirror.com/' --global # ONLY for China users
cd dashboard
yarn start