/template-react

👯A template repo for react apps made without create-react-app

Primary LanguageJavaScriptMIT LicenseMIT

React Project Template

This repo contains a bare minimum react Project. Without using create-react-app

This contains:

  1. Babbel
  2. Webpack
  3. React

Also contains small tools:

  1. prettier and husky (format when you push)
  2. .gitignore
  3. renovate bot config

Running instruction

Devmode

npm install
npm run start

Make Production build

npm install
npm run build

Then open the dist/index.html file on your browser