0.1.4 • Published 4 years ago

create-parcel-react-typescript-app v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Parcel React TypeScript Starter Kit

The most simple React setup. It has only 3 files in it and provides minimal vaiable React application structure. Template does not define React version in the generated packages. All dependencies will be installed when you call the start command. It starts Parcel Bunlder and pulls lates versions of packages required in the app code.

Commands

Create Parcel React application:

$ yarn create parcel-react-typescript-app myNewApp
# OR
$ npx create-pacel-react-typesctip-app myNewApp

After create command done it's job switch to the directory of your new app and run the application:

$ cd myNewApp
$ yarn run start
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.0

4 years ago