create-parcel-react-app

0.1.4 • Public • Published

# Parcel React 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-app myNewApp
# OR
$ npx create-pacel-react-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
```

Package Sidebar

Install

npm i create-parcel-react-app

Weekly Downloads

4

Version

0.1.4

License

MIT

Unpacked Size

2.23 kB

Total Files

6

Last publish

Collaborators

  • askhat