A minimal boilerplate to start developing web apps using React.
These instructions will help you run a copy of this project on your system.
You need the following application installed on your system to run this project.
- node ~12.18.1
- yarn ~1.22.0
You can install the node dependencies required by the application with the following command:
yarn installThe unit tests are present in the __tests__ directory.
You can run the tests with the following command:
yarn testTo start the application in development mode run the following command.
yarn startThis will start the webpack-dev-server application.
Run the following command to bundle the application using webpack in production mode.
yarn build- Surya Kant Bansal - Initial work - skb1129