Skip to content

MarioDev64/Kation-Table-Test

Repository files navigation

Contents


Getting Started

First, install all necessary dependencies:

npm install
# or
yarn install

Then, development server. Hint: The project use concurrently. please check packge.json scripts section.

npm start
# or
yarn start

Open http://localhost:3000 with your browser to see the result. If you want to see json server in the browser, open http://localhost:3001.

Conventional Commit

You're able to use conventional commit in this project.

git add .

# then

npm run commit
# or
yarn commit

Benefits using commitlint

For Linter

This project have default eslint configured, you can execute it in this way:

npm run eslint .
# or
yarn eslint .

About

A table using react table v7 with typescript and json server. You may filter the data, sortBy the columns and more.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors