Versions Compared

Key

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

Github Link - Birth-Registration

If you are starting fresh then first create react app and create following project structure.

Create a new React app by using these commands. -

Code Block
npx create-react-app my-app
cd my-app
npm start

or clone the GitHub repo for project structure.
If you are starting fresh then follow this folder structure.

...

Image Added

Create project Structure for Birth-registration Module:-

...

After creating the package.json for birth registration we maintain the following project structure. 

...