Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminoxix/boilerplate-web-app
๐ A boilerplate for devs with Vite + Firebase
https://github.com/aminoxix/boilerplate-web-app
boilerplate-template webapp
Last synced: 3 days ago
JSON representation
๐ A boilerplate for devs with Vite + Firebase
- Host: GitHub
- URL: https://github.com/aminoxix/boilerplate-web-app
- Owner: aminoxix
- License: mit
- Created: 2023-03-18T22:21:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-17T14:35:03.000Z (over 1 year ago)
- Last Synced: 2024-05-01T16:30:31.353Z (7 months ago)
- Topics: boilerplate-template, webapp
- Language: JavaScript
- Homepage: https://boilerplatewebapp.vercel.app
- Size: 101 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Key Features
- **Efficient Routing:** The application includes a robust routing system that enables smooth navigation between multiple pages.
- **Responsive Design:** The web application is compatible with various devices, including mobile, tablet, and desktop, thanks to its implementation of Tailwind CSS.
- **Productivity Tools:** Users can take advantage of a wide range of productivity tools, such as a calculator for performing simple calculations, a note-taking feature for jotting down important information and ideas, and an image repository for storing and retrieving images.
- **Firebase Integration:** The application seamlessly integrates with Firebase services, utilizing it as a reliable database and authentication provider.## Usage
This web application serves as a boilerplate for startups, portfolio websites, and community platforms. It offers a solid foundation that can be built upon to create customized and feature-rich web applications. By leveraging the provided features and integrations, developers can focus on implementing unique functionalities specific to their projects.
### Prerequisite
Ensure that Node.js is installed on your machine before proceeding with the following steps:
```
$ npx degit aminoxix/BoilerplateWebApp#main BoilerplateWebApp
```Use BoilerplateWebApp for your next project by running the command above.
## Stack used
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) ![Firebase](https://img.shields.io/badge/firebase-%23039BE5.svg?style=for-the-badge&logo=firebase)
## ๐ Building
- `pnpm i` โ Installs all dependencies.
- `pnpm run clean` โ Cleans the generated artifacts by Vite.
- `pnpm run dev` โ Starts the development server and Vite at the same time.
- `pnpm run build` โ Deletes existing build files & freshly bundles JavaScript code.
- `pnpm run preview` โ Previews the production bundles and uses production API.
## ๐ฐ License
> The **boilerplate webapp for devs** project is released under the [MIT license](https://github.com/aminoxix/boilerplate-webApp/blob/main/LICENSE).
Developed & maintained by aminos. Copyright 2023 ยฉ aminos.
### Built with โก by