/react-template

Primary LanguageCSSMIT LicenseMIT

React Template

Get Started

# Clone the template locally, removing the template's Git log
npx degit taphill/react-template my-react-app

# Enter the project, install dependencies, and get started!
cd my-react-app
npm install
npm run dev