https://github.com/andytango/wordnet-browser
https://github.com/andytango/wordnet-browser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/andytango/wordnet-browser
- Owner: andytango
- Created: 2020-06-20T11:28:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:03:24.000Z (over 3 years ago)
- Last Synced: 2023-03-05T18:54:47.045Z (over 3 years ago)
- Language: TypeScript
- Size: 31.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordnet-browser
Empty project.
## Building and running on localhost
First install dependencies:
```sh
npm install
```
To run in hot module reloading mode:
```sh
npm start
```
To create a production build:
```sh
npm run build-prod
```
## Running
Open the file `dist/index.html` in your browser
## Credits
Made with [createapp.dev](https://createapp.dev/)