This is a boilerplate for React + Typescript + Parcel. It's a simple boilerplate that I use for my personal projects. It's not a complete boilerplate, but it's a good starting point for your project.
The project is also hosted on CloudFlare page.
Other details that need to be given while starting out with the project can be provided in this section. A project structure like below can also be included for the big projects:
parce-react-typescript
├── README.md
├── package.json
├── tsconfig.json
├── .gitignore
├── .parcelrc
├── .nvmrc
├── public
│ └── README.md
└── src
├── App.tsx
├── index.tsx
├── index.html
└── router.tsx
All tools required go here. You would require the following tools to develop and run the project:
- A text editor or an IDE (like VSCode)
- Node.js =>
v16.0.0
- Yarn =>
v1.22.10
All installation steps go here.
- Clone the repository
git clone https://github.com/ayungavis/parcel-react-typescript
- Install dependencies
yarn install
- Run the app
yarn dev
- Build the app
yarn build
This section is completely optional. Add additional notes about how to deploy this on a live system
Mention what you expect from the people who want to contribute
We'd love to have your helping hand on Parcel + React Boilerplate
! See CONTRIBUTING.md for more information on what we're looking for and how to get started.
If your project has multiple versions, include information about it here.
For the available versions, see the tags on this repository
You can also see the complete list of contributors who participated in this project.
Parcel + React Boilerplate
is open source software licensed as MIT.