This is a boilerplate project for building immersive web applications using React, Tailwind CSS, TypeScript, and Vite.
The Channel 9 Immersive Boilerplate is built using the following technologies:
To get started with the Channel 9 Immersive Boilerplate, follow these steps:
Make sure you have Node Version Manager (nvm) installed on your system.
Switch to the recommended Node.js version by running:
nvm use
Install project dependencies using npm:
npm install
Start the development server:
npm run dev
This will launch the development server, and you can start building your project using the provided technologies.
To build your project for production, use the following command:
```
npm run build
```
This command will bundle your application and optimize it for deployment.
Styles for the project are configured in the tailwind.config.js file. You can customize the project's styles by editing this file according to your needs.
All project images are stored in the src/assets/images directory. Vite will automatically hash these images for better performance.
Feel free to modify and adapt this boilerplate to suit your project's needs. Good luck with your development! If you have any questions or need further assistance, don't hesitate to reach out.