This repository contains simple project containing react parcel boilerplate
Make sure you have installed all of the following prerequisites on your development machine:
Git - Download & Install Git. OSX and Linux machines typically have this already installed. Node.js - Download & Install Node.js and the npm package manager.
Clone this repository to wherever you like to keep your development code then run the following commands;
- cd parcel-react-boiler-plate
- npm install
- npm start