Skip to content

A minimal boilerplate using Parcel, React, and Styled-Components

Notifications You must be signed in to change notification settings

JesseNoseworthy/parcel-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal boilerplate using Parcel, React, and Styled-Components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published