0.0.12 • Published 1 year ago

alurkerja-fe-lowcode v0.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Alurkerja Fe Lowcode

Tech Stack

Client: React, React-Router-Dom v6, Typescript, Vite v3

Testing: Vitest, Testing-library

Code Quality: Eslint, Prettier, Airbnb Style Guides

Use in Project Guideline

  yarn install alurkerja-fe-low-code

on tailwind.config.cjs:

module.exports = {
  content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}', './node_modules/alurkerja-fe-lowcode/dist/*.{js,ts,jsx,tsx}'],
  theme: {
    extend: {},
  },
  plugins: [],
}

Development

Running in Local

Clone the project

  git clone ssh://git@gitlab.javan.co.id:2229/internal-growth/lowcode/alurkerja-fe-lowcode.git
  cd alurkerja-fe-lowcode
  yarn install

Start the server

  yarn dev

Running Tests

To run tests, run the following command

  yarn test

For Coverage

  yarn coverage

Versioning (Build & Publish)

Build

Build first before publishing

  yarn build

Publish

Update version patch (0.0.x)

  yarn publish --patch

Update version minor (0.x.0)

  yarn publish --minor

Update version major (x.0.0)

  yarn publish --major
0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago