https://github.com/terser/repl
📟 REPL web application
https://github.com/terser/repl
react repl terser web
Last synced: 18 days ago
JSON representation
📟 REPL web application
- Host: GitHub
- URL: https://github.com/terser/repl
- Owner: terser
- License: isc
- Created: 2019-08-12T09:03:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T13:31:31.000Z (11 months ago)
- Last Synced: 2024-10-29T20:16:55.644Z (7 months ago)
- Topics: react, repl, terser, web
- Language: JavaScript
- Homepage: https://try.terser.org
- Size: 5.89 MB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# repl
## About
This is the repo for terser's online repl available at [try.terser.org](https://try.terser.org).
### Screenshot

## Development
In the project directory, you can run:
### Start
`yarn start`Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### Test
`yarn test`Runs tests with Jest.
### Build
`npm run build`Builds the app for production to the `build` folder.