Skip to content

MLH-Fellowship/babel-sandbox

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Babel Sandbox

Quick start:

  • Install dependencies yarn install or npm install
  • Start front-end yarn start or npm start
    • Output: Web page using localhost:3000 should open

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:

  • Run yarn lint DIRECTORY before submitting a PR

Alternatively, run the following command (prefered):

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

About

Babel repl-like codesandbox: check out link =>

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • CSS 17.0%
  • HTML 1.4%