Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# egg-hatching

Panen Telur - Assesment Project

phaser 3
version

## 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.