Skip to content

ayungavis/parcel-react-typescript

Repository files navigation

Parcel + React Boilerplate 🚀

Current Version GitHub contributors GitHub stars GitHub forks Twitter Follow

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.

Table of Contents

Getting Started

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

Tools Required

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

Running the App

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

Deployment

This section is completely optional. Add additional notes about how to deploy this on a live system

Contributing

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.

Versioning

If your project has multiple versions, include information about it here.

For the available versions, see the tags on this repository

Authors

Wahyu Kurniawan

You can also see the complete list of contributors who participated in this project.

License

Parcel + React Boilerplate is open source software licensed as MIT.