react-element-typescript-admin is based on the newest development stack of react and it's a react version for the awesome vue-based admin interfaces vue-element-admin.
This project is based on react, react-router, typescript, axios, i18next and element-react, all api requests are simulated by Mock.js. Main dependency versions are as below:
- react@16.13.1
- react-router-dom@5.2.0
- typescript@3.7.2
- mobx@5.15.4
- axios@0.19.2
- element-react@1.4.34
- i18next@19.4.5
- node-sass@4.14.1
# clone the project
git clone https://github.com/lynx1986/react-element-typescript-admin.git
# Enter the project directory
cd react-element-typescript-admin
# Install dependencies
npm install
# Or yarn
yarn
# Develop
npm start
# Or yarn
yarn start
# Build
npm run build
# Or yarn
yarn build