MLH-Fellowship / babel-sandbox

Babel repl-like codesandbox: check out link =>
https://codesandbox.io/s/github/babel/sandboxes
MIT License
6 stars 3 forks source link

Babel Sandbox

Quick start:

To start the server, visit babel-sandbox-server and follow the steps in Quick Start.

Directory structure:

📂 public # Supplemental assets or resources, or static files
📂 scripts # Small runnables (typically shell scripts) that perform routine tasks
📂 src # Source files
├── 📂 components
├── 📂 semantic-ui
│   ├── 📂 site
│   │   ├── 📂 collections
│   │   ├── 📂 elements
│   │   ├── 📂 globals
│   │   ├── 📂 modules
│   │   ├── 📂 views
├── 📂 state
├── 📂 utils

Contributing:

Alternatively, run the following command (prefered):

find src -name "*.js" | xargs yarn prettier --write 
find src -name "*.js" | xargs yarn lint