Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavooly/front-end-boilerplate
Quickly start developing a modern front-end application. It includes basic configuration for bundling and transpiling and styling.
https://github.com/gustavooly/front-end-boilerplate
babel react tailwindcss webpack
Last synced: 11 days ago
JSON representation
Quickly start developing a modern front-end application. It includes basic configuration for bundling and transpiling and styling.
- Host: GitHub
- URL: https://github.com/gustavooly/front-end-boilerplate
- Owner: GustavoOly
- License: mit
- Created: 2024-10-01T02:52:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-25T03:44:04.000Z (14 days ago)
- Last Synced: 2024-10-26T17:16:24.216Z (12 days ago)
- Topics: babel, react, tailwindcss, webpack
- Language: JavaScript
- Homepage:
- Size: 569 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
- [x] webpack
- [x] babel
- [x] tailwind and postcss loader
- [x] Prettier: Automatic Class Sorting
- [x] React## Use
```shell
git clone https://github.com/GustavoOly/Front-end-boilerplate.git
``````shell
cd Front-end-boilerplate
``````shell
pnpm install
``````bash
pnpm dev
```