Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icelam/hkid-generator

Genetates or validates Hong Kong Identity Card number.
https://github.com/icelam/hkid-generator

hkid hkid-generate hkid-generator hkid-validate hkid-validator hkid-verification html-css-javascript html-css-jss progressive-web-app pwa

Last synced: about 1 month ago
JSON representation

Genetates or validates Hong Kong Identity Card number.

Awesome Lists containing this project

README

        

# Hong Kong Identity Card Number Generator and Validator #

Progressive Web Application for generates or validates Hong Kong Identity Card number.

## Preview Screens ##
![Generator](./docs/hkid-generator-home.png)
![Validator](./docs/hkid-generator-validator.png)

## Setup ##
Below shows some basic setup steps.

### Node version ###
This project is developed using Node.js 10. The version is already specified in the `.nvmrc` file. Suggest to run `nvm use` when you enter the project folder.

### Install packages need for the project ###
Install npm packages in project root folder first using `npm install`.

### To start the project ##
Run `npm dev` in project root folder.

### To build production ###
Run `npm build` in project root folder.

## Configurations ##
Below shows some available configuration options.

### To add / edit Webpack alias ###
To add or edit Webpack alias, modify `resolve.alias` in `webpack/webpack.base.conf.js`.