myquite / react-parcel-template

A simple Reactjs project starter using Parcel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactJS starter with Parcel

This is a very minimal React Starter to build small, throwaway apps while learning React.

  1. Click on the "Use this Template" Button and setup your own repository.

  2. Clone your new repo to get started

  3. Install the dependencies

npm install
  1. Start up the development server
npm start

This was originally from Dave Ceddia's article Smaller React Projects, with Parcel

About

A simple Reactjs project starter using Parcel


Languages

Language:HTML 57.3%Language:JavaScript 27.7%Language:CSS 15.0%