https://github.com/crapthings/parcel-react-starter
https://github.com/crapthings/parcel-react-starter
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crapthings/parcel-react-starter
- Owner: crapthings
- Created: 2022-04-16T10:19:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T11:40:11.000Z (about 2 years ago)
- Last Synced: 2025-01-24T04:52:13.682Z (over 1 year ago)
- Language: JavaScript
- Size: 494 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.