legion-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Legion UI React

For Local R&D

Creat file main.tsx and copy this code

import ReactDOM from 'react-dom/client'
import App from './app'
import './style.scss'

ReactDOM.createRoot(document.getElementById('root')!).render(
  <React.StrictMode>
    <App />
  </React.StrictMode>,
)

create file app.tsx and import in main.tsx and then you do anything in app component. And then yarn dev or npm run dev

Running Local Project

// for run R&D
yarn dev
// or
npm run dev

// for run unit test
yarn test
// or
npm run test


// for run storybook
yarn storybook
// or
npm run storybook

Readme

Keywords

none

Package Sidebar

Install

npm i legion-react

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

1.1 MB

Total Files

122

Last publish

Collaborators

  • andisultan