A simple and light repository to start coding for react in JavaScript or TypeScript
After installing the required packages using the following command:
npm installThe following command will run the project in development environment:
npm run devYou can also build the project and see the final script file (bundle.js) in the dist folder using the following command:
npm run build