Frontend system details will go here
VS Code is used to develope backend and frontend of the system. Frontend components are developed using React. This project was bootstrapped with Create React App, and uses AntDesign for frontend react components.
Following Software / Plugins are required to be installed on Development Machcine
- Visual Studio Code
- node
- Yarn Package Manager
- Yarn is the package manager to install dependencies from
package.jsonand createsyarn.lockfile. Alternatively, npm could be used, which comes withnode.
- Yarn is the package manager to install dependencies from
The app depends upon yarn and node to run the project. Make sure you have node and yarn installed on your machine:
node --version
yarn --version
Following command is used to run the project:
yarn run start:dev
This will launch the application in your default browser on port 3000. If this port is busy following prompt will ask you to launch the application using some other free port:
Something is already running on port 3000.
Would you like to run the app on another port instead? (Y/n)
entering y will launch the application with some other port, like 3001.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Muneeb R. Baig - Profile - GitHub
See also the list of contributors who participated in this project.
The app is created with an opinionated architecture based upon the work from mb-react-boilerplate
License info will go here
- @Faris-AH for his continued support on technical issues
- @Ubaid for standards and guidance