Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```