Skip to content

Latest commit

 

History

220 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make-your-game


Authors: @maximihajlov, @healingdrawing , @nattikim

Solved during studying in Gritlab coding school on Åland, February 2023



How to run?

Start http server in the out directory

Example:

npx serve out

How to develop?

Run http server as before

Install dependencies

npm install

Run development script

to automatically build TypeScript files into readable and debuggable JavaScript

npm run dev

How to build?

Run npm run build

to build TypeScript to readable JavaScript

Run npm run build:prod

to build TypeScript to production-ready minified JavaScript using webpack

Code quality tools

Run npm run lint to check code quality using eslint

Run npm run lint:fix to fix auto-fixable issues using eslint

Run npm run format to format code using prettier

It's recommended to run npm run lint:fix and npm run format before committing or use extensions for your editor to do it automatically.

About

make-your-game

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages