Parcel React TypeScript
This project contains a barebones React + TypeScript project. It used Parcel as the bundler. The real unique thing included in this starter project is the use of TypeStrict for the linter.
It only contains a single script to run the project, which is yarn start
. The rest is up to you. You do you.
If you want some more niceties for TypeScript, check this project out.
Party
Copyright (C) 2018 Ryan Ponce
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License