This is a very minimal React Starter to build small, throwaway apps while learning React.
-
Click on the "Use this Template" Button and setup your own repository.
-
Clone your new repo to get started
-
Install the dependencies
npm install
- Start up the development server
npm start
This was originally from Dave Ceddia's article Smaller React Projects, with Parcel