Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reydvires/egg-hatching
Assignment and challenge
https://github.com/reydvires/egg-hatching
Last synced: about 4 hours ago
JSON representation
Assignment and challenge
- Host: GitHub
- URL: https://github.com/reydvires/egg-hatching
- Owner: ReydVires
- Created: 2021-06-18T11:36:01.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-19T15:31:17.000Z (over 3 years ago)
- Last Synced: 2023-03-08T08:17:14.311Z (over 1 year ago)
- Language: JavaScript
- Size: 1.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# egg-hatching
Panen Telur - Assesment Project
## Requirements
- [Node.js](https://nodejs.org) package is required to install dependencies and run scripts via `npm`.
## Available Commands
| Command | Description |
|---------|-------------|
| `npm install` | Install project dependencies |
| `npm run dev` | Start your development server in port 8080 (if available), also notice that folder `src/assets` is served as public static folder |
| `npm run build` | Build & bundle the project |
| `npm run dist` | Run bundled project from `dist/` directory and open web server, not watching for changes |## Notes
After calling `npm run build` command, files inside forlder `src/assets` should be copied manually, and move it into `dist/` directory. This will make `npm run dist` command run flawlessly.