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

https://github.com/stanleynguyen/minimal-reack

Minimal from-scratch setup for React with Webpack
https://github.com/stanleynguyen/minimal-reack

react webpack webpack4

Last synced: about 2 months ago
JSON representation

Minimal from-scratch setup for React with Webpack

Awesome Lists containing this project

README

          

# ⚛️ Minimal Reack ⚛️

Minimal from-scratch setup for React with Webpack

### Quick Start

```
git clone git@github.com:stanleynguyen/minimal-reack.git
cd
rm -rf .git
git init
npm install
```

Also make changes to `package.json` with regards to project details (name etc.) and
we are good to go. Happy coding~