# handsontable **Repository Path**: jack.yuan/handsontable ## Basic Information - **Project Name**: handsontable - **Description**: handsontable demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-10 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kryfe-boilerplate This is a boilerplate project of react, redux, es6, webpack. ## setup 1. install node_modules: yarn 2. run mock server: npm run mock 3. run project :npm start ## other commands 1. run test: npm test 2. run lint: npm run lint 3. build production code: npm run build ## how to use kryfe command to create custom modules 1. run `npm link` in root path, it will register `kryfe` command in global for you 2. you can create module by running `kryfe module -n {module-name}`