/react-typescript-parcel-starter

A very simple starter project for using React, TypeScript and Parcel.

Primary LanguageTypeScriptMIT LicenseMIT

React TypeScript Parcel Starter

A very simple starter project for using React, TypeScript and Parcel.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Alternatively, you can follow the tutorial on Dev.to

Installing

Once you have forked and cloned off the project. Install the project dependencies by running:

yarn install

Development

Serves a webserver provided by Parcel to the build/debug folder.

yarn dev

Production

Compiles a production ready project to the build/release folder.

yarn build

Built With

  • React - JavaScript library for building user interfaces.
  • TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript.
  • Parcel - App bundler for JavaScript.

License

This project is licensed under the MIT License - see the LICENSE.md file for details