/mcr-template

This template provides bare minimum project structure for MCR Rounds

Primary LanguageJavaScript

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 install to install all dependencies
    • npm run dev to run the development server