Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

GrantBartlett/react-typescript-parcel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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