React Modern Template is an easy-to-use solution for starting React projects. It provides a pre-configured setup with the following technologies:
Follow these steps to get started with React Modern Template:
Clone the repository:
git clone https://github.com/cattalurdai/react-modern-template.git
Navigate to the project directory:
cd react-modern-template
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and visit http://localhost:5173
to see the running application.
In the project directory, you can run the following scripts:
npm run dev
: Starts the development server.npm run build
: Builds the production-ready optimized bundle.npm run lint
: Runs ESLint to check for linting errors and warnings.npm run preview
: Starts a server to preview the built application.npm run storybook
: Starts Storybook to develop and test UI components.npm run build-storybook
: Builds Storybook for production.If you would like to contribute to React Modern Template, please follow these guidelines:
-Fork the repository.
This project is licensed under the MIT License. Feel free to use and modify this template for your own projects.