Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

nickFalcone/base-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base React

A simple template repo for React projects, with the following set up:

  • Prettier
  • ESLint
  • Parcel

Use

Visit https://github.com/nickFalcone/base-react, select "Use this template" and clone the repo. Then install dependencies and run:

git clone [email protected]:yourName/base-react.git
cd base-react
npm install
npm run dev

The React application mounts here:

<div id="root">Not rendered 😨</div>

To run a production build served from dist/:

npm run build

About

A template repository for React projects with Prettier, ESLint, and Babel set up.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published