1.0.10 ā€¢ Published 5 years ago

parcel-react-starter v1.0.10

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

Parcel React Starter Kit šŸ“¦

This barebones React boilerplate generate outputs an app using the following tools:

The outputted folder structure is as follows:

src
ā”‚  package.json
ā”‚
ā””ā”€- app
ā”‚   ā”‚  index.html
ā”‚   ā”‚  index.js (entry point)
ā””ā”€- assets
ā”‚   ā”‚  favicon.ico
ā””ā”€- components
ā””ā”€- resource-strings (removable)
ā””ā”€- utilities
ā”‚   ā””ā”€- styles (optional styled-components configurations)
|   |   helpers.js

Getting Started

  1. Generate your app

    $ npx parcel-react-starter your-app-name
  2. Navigate to the directory for your newly generated app (./your-app-name for instance)

    $ cd your-app-name
  3. Run a fresh install

    $ yarn
  4. Start your app!

    $ yarn start
1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3-beta0.1

5 years ago

1.0.3-beta

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago