Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terser/repl
📟 REPL web application
https://github.com/terser/repl
react repl terser web
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T13:31:31.000Z (7 months ago)
- Last Synced: 2024-10-29T20:16:55.644Z (4 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
![Terser REPL screenshot](https://user-images.githubusercontent.com/38240/63511165-5afcae80-c4d8-11e9-9011-acfb7d58484d.png)
## 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.