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

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

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