https://github.com/shadowtime2000/craftyjs-template
A template for CraftyJS projects
https://github.com/shadowtime2000/craftyjs-template
Last synced: about 1 year ago
JSON representation
A template for CraftyJS projects
- Host: GitHub
- URL: https://github.com/shadowtime2000/craftyjs-template
- Owner: shadowtime2000
- License: mit
- Created: 2020-09-10T01:37:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T03:58:51.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T08:50:36.562Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# craftyjs-template
A template for CraftyJS projects
## Scripts
### `npm start`
Start a `beefy` development server to develop your game.
### `npm run build`
Build your game with the custom build script `build.js` into the `dist/` folder.