https://github.com/aherrmann/drml
https://github.com/aherrmann/drml
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aherrmann/drml
- Owner: aherrmann
- Created: 2019-09-19T07:38:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:46:36.000Z (over 3 years ago)
- Last Synced: 2025-01-13T09:10:05.272Z (over 1 year ago)
- Language: JavaScript
- Size: 2.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DRML
## Quick Start
#### 1. Run `install.sh`
This will install both run-time project dependencies and developer tools listed
in [package.json](package.json) file.
You need to do this only the first time you run the application.
#### 2. Start the sandbox
```
1_sandbox_start.sh
```
#### 3. Start the JSON API
```
2_json_start.sh
```
#### 4. Start yarn by running `3_yarn_start.sh`
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the `/src` folder,
the module bundler ([Webpack](http://webpack.github.io/)) will recompile the app on the fly and refresh all the connected browsers.
## Production build
Run `yarn build` to build the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
## License
MIT