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
- Host: GitHub
- URL: https://github.com/stanleynguyen/minimal-reack
- Owner: stanleynguyen
- License: mit
- Created: 2018-06-12T07:04:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T14:17:55.000Z (over 7 years ago)
- Last Synced: 2025-02-10T02:33:19.521Z (over 1 year ago)
- Topics: react, webpack, webpack4
- Language: JavaScript
- Size: 112 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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~