An open API service indexing awesome lists of open source software.

https://github.com/ayonious/template-react

👯A template repo for react apps made without create-react-app
https://github.com/ayonious/template-react

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

```bash
npm install
npm run start
```

## Make Production build

```bash
npm install
npm run build
```

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