Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
yarn run dev:employee

Steps to add a new module to the employee:

1). Copy the egov-boilerplate-dev and paste into web/rainmaker/dev-packages and rename as egov-wms-dev.

...

Screenshot - 10

...

7). Here we are using scss SCSS file as css CSS files in packages/employee and packages/citizen for that we need to install css CSS files so update the build-css-common command by appending new values(build-css-egov-wns).

Note - Current react CRA will not support scss SCSS files so that we need to use a third-party library to convert it.

...

10). We have to tell lerna to register the new module, updating lerna.json.

...

URL:http://localhost:3006/egov-wnsloginwns/login;

13). Do the same steps for the citizen to reflect the new module in citizen.

...