- Node and NPM
The project can be debugged in VS Code by following below steps
- Install node modules using npm install command
- Run the project using npm run start command
- Start debugging in VSCode by selecting Run and Debug section and then clicking on green debug icon
In the project directory, you can run:
Runs the app in the development mode.
Launches the test runner in the interactive watch mode.
Run typescript checks against the code
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- More Unit tests are required to improve the coverage.
- SCSS can be used to handle CSS efficiently if the project grows.
- Components can be made more rich, interactive and intuitive or library like Material UI can be used.
- Search Gists by username 0xjac
- Select Gist ID 85097472043b697ab57ba1b1c7530274 (This has more 300 forks)