CastleCrush is a little Game developed in connection with the THM
Choose the version you are want from the tags. Copy the files in the _release
folder accordingly to your server and edit the config files.
- Run
npm install
- Copy
_sample.config.client.json
toconfig.client.json
and edit to your needs - Copy
_sample.config.server.json
toconfig.server.json
and edit to your needs - Run
npm start
(synonym fornpm run dev
) or without watchnpm run server
(runnpm run build
for building project) - Start develop
Command | Description |
---|---|
npm start |
Runs npm run dev |
npm run dev |
Runs concurrently all watch tasks and npm run server |
npm run server |
Runs node index.js the server |
npm run build |
Runs all build tasks |
npm run build:<subtask> |
Runs a specific subtask of build (replace <subtask> with html , css , js , public ) |
npm run watch |
Runs all watch tasks |
npm run watch:<subtask> |
Runs a specific subtask of watch (replace <subtask> with html , css , js , public ) |
This repository is licensed under the MIT license, more under LICENSE.