A very simple starter project for using React, TypeScript and Parcel.
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
Once you have forked and cloned off the project. Install the project dependencies by running:
yarn install
Serves a webserver provided by Parcel to the build/debug
folder.
yarn dev
Compiles a production ready project to the build/release
folder.
yarn build
- React - JavaScript library for building user interfaces.
- TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript.
- Parcel - App bundler for JavaScript.
This project is licensed under the MIT License - see the LICENSE.md file for details