---
title: "Create a React App without create-react-app ❓ 😟 (Using parcel)"
url: https://daily.dev/posts/create-a-react-app-without-create-react-app-using-parcel--ui1-rggtc
source_url: https://medium.com/nerd-for-tech/create-a-react-app-without-create-react-app-using-parcel-ec87787eadd7
type: article
source: "Medium"
published: 2021-06-05T08:48:30.603Z
updated: 2021-10-07T14:17:10.317Z
tags: ["react", "webdev"]
reading_time: 3
upvotes: 21
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a React App without create-react-app ❓ 😟 (Using parcel)

**[Medium](https://daily.dev/sources/medium_js)** · 3 min read · 21 upvotes · 1 comments

## Summary

We all know how to create a react app using create-react -app. But there will be some times where we don’t need to use that. So today we will see how tocreate a React app without using that. This will work as a normal react application but lesser weight (because of managed node modules)

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/nerd-for-tech/create-a-react-app-without-create-react-app-using-parcel-ec87787eadd7>

## Community discussion

Top comments from developers on daily.dev.

**@crisleo94** · 1 upvotes

> Parcel is amazing create-react-parce-app

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#react](https://daily.dev/tags/react), [#webdev](https://daily.dev/tags/webdev)

[View this post on daily.dev](https://daily.dev/posts/create-a-react-app-without-create-react-app-using-parcel--ui1-rggtc)
