Skip to content

lynx1986/react-element-typescript-admin

Repository files navigation

Overview

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:

Online Demo

Getting Started

# 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