This starter template combines an ASP.NET API 🖥️ with a Next.js (React) web application 🌐 and an Expo (React Native) mobile app 📱 to provide a solid foundation for building full-stack applications ...
react-rollup-boilerplate/ ├── src/ │ ├── components/ # React components │ │ ├── Button/ # Example Button component │ │ │ ├── Button.tsx │ │ │ ├── Button.scss │ │ │ ├── Button.test.tsx ...