1.0.0 • Published 2 years ago

create-easyintegration-app v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Overview

  • Project of npx create-easyintegration-app
  • This project is used to create Main app of Easy Integration project

Steps

# Creation
npx create-react-app . --template typescript
# Update Index.html, App.tsx
npx sb init
npm install @mui/material @emotion/react @emotion/styled --legacy-peer-deps
npm install @mui/icons-material --legacy-peer-deps

# Testing
npm start
npm test
npm run storybook