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

https://github.com/crapthings/parcel-react-starter


https://github.com/crapthings/parcel-react-starter

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Parcel React Starter

## Getting Started

```bash
git clone https://github.com/crapthings/parcel-react-starter
cd parcel-react-starter
npm i
npm run dev
```

#### generating localhost ssl certificate

```bash
npx devcert-cli generate localhost
```

## Docs

[Parcel](https://parceljs.org/) Parcel combines a great out-of-the-box development experience with a scalable architecture that can take your project from just getting started to massive production application.

[React](https://reactjs.org/) A JavaScript library for building user interfaces.

[Zustand](https://github.com/pmndrs/zustand/) A small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy api based on hooks, isn't boilerplatey or opinionated.

[React Router](https://reactrouter.com/) React client-side routing.

[React Hook Form](https://www.react-hook-form.com/) Performant, flexible and extensible forms with easy-to-use validation.

[React Icons](https://react-icons.github.io/react-icons/) Include popular icons in your React projects easily with react-icons.

[Tailwind CSS](https://tailwindcss.com/) A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.

[Daisy UI](https://daisyui.com/) Tailwind CSS Components.

[Lodash](https://lodash.com/) A modern JavaScript utility library delivering modularity, performance & extras.

[Day.js](https://day.js.org/) Fast 2kB alternative to Moment.js with the same modern API.