mcr-template
v1.0.8
Published
This template provides bare minimum project structure for MCR Rounds
Downloads
10
Readme
About this template
- This template has bare minimum setup for creating a React Project using Vite.
- This template uses npm as package manage so ensure you install any subsequent packages with npm only.
- You can find the scripts related to this template in package.json file
- The basic commands are
npm installto install all dependenciesnpm run devto run the development server
