https://github.com/shmup/react-makefile
uses webpack, babel, react, and scss
https://github.com/shmup/react-makefile
Last synced: 3 months ago
JSON representation
uses webpack, babel, react, and scss
- Host: GitHub
- URL: https://github.com/shmup/react-makefile
- Owner: shmup
- Created: 2018-03-03T00:49:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T03:25:21.000Z (over 6 years ago)
- Last Synced: 2025-02-24T15:58:59.729Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 265 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Makefile for React.js
clone and run `make`
You'll probably wanna remove the `.git` directory and start fresh
#### make commands
- make - install and build shit
- make dev-server - run a webpack dev server
- make server - run a python SimpleHTTPServer
- make clean - remove the `package-lock.json`, `node_modules/`, and `dist/`#### uses
- babel
- webpack
- react.js
- scss
- some other bullshit you can remove like skeleton.css and normalize.css