Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 824 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 824 Bytes

react-parcel-starter

A simple react application built with parcel js Just clone this repo and start building your own React app

Prerequisite

Before running this app, install npm, a packet manager for Javascript

You can download it from the original website

Start using this project

Copy all these commands to your terminal to clone and run instantly the app

    git clone https://github.com/selligtom/react-parcel-starter.git
    cd react-parcel-starter
    npm start

To run the application, copy this command to your terminal:

npm start

The app will automatically install all the required packages at start

Use this template

You can now create a repo from this template, you just have to click on "use this template" button and then "create a new repository".