https://github.com/abuzarmushtaq/react-babel
Very simple React.js project structure
https://github.com/abuzarmushtaq/react-babel
reactdom reactjs
Last synced: about 2 months ago
JSON representation
Very simple React.js project structure
- Host: GitHub
- URL: https://github.com/abuzarmushtaq/react-babel
- Owner: abuzarmushtaq
- Created: 2018-04-26T16:33:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T00:19:28.000Z (about 8 years ago)
- Last Synced: 2025-01-26T04:43:07.119Z (over 1 year ago)
- Topics: reactdom, reactjs
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run command for watching files:
- babel src/app.js --out-file=public/scripts/app.js --presets=env,react --watch
or simply run
- npm start