Trying Solid
Steps to set up the project locally:
# Clone the repository
git clone https://github.com/your-username/project-name.git
# Navigate to the project directory
cd project-name
# Install dependencies
npm install
How to run the project:
# Start the application
npm start
This project is licensed under the MIT License. See LICENSE
for details.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh