will-molloy / react-template

template repo for React projects with everything setup

Home Page:https://will-molloy.github.io/react-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-template

build codecov

template repository for React projects

Usage

  • Go to: https://github.com/will-molloy/react-template/generate
    • This will prompt you to create a new repository with all the files setup
  • Rename the project (currently react-template) to your liking
  • Configure GitHub Pages to point at the gh-pages branch
  • Create your README
  • Delete anything you won't use

Install dependencies and start

npm i
npm start

Format code

npm run eslint -- --fix
npm run stylelint -- --fix

Deploy

npm run deploy

The site will be available at: https://{username}.github.io/{repo-name}/

About

template repo for React projects with everything setup

https://will-molloy.github.io/react-template/

License:GNU General Public License v2.0


Languages

Language:TypeScript 46.5%Language:CSS 26.3%Language:JavaScript 21.8%Language:HTML 5.5%