Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.22 KB

One Game a Month

This repo contains all my games I've created for the one game a month challenge and some extra stuff.

Available Games:

_start

The _start folder contains a template I use for my games.

Simply clone the _start folder for a new project.

Otherwise start from scratch:

  1. Create GitHub repo with license
  2. git clone
  3. npm init
  4. npm install --save-dev webpack
  5. npm install --save-dev style-loader css-loader
  6. add src/styles.css
  7. npm install --save-dev file-loader
  8. npm install --save-dev html-webpack-plugin
  9. npm install --save-dev clean-webpack-plugin
  10. npm install --save-dev webpack-dev-server
  11. npm install --save-dev typescript ts-loader
  12. npm install --save-dev html-webpack-externals-plugin
  13. add tsconfig.json
  14. add src/index.ts
  15. add webpack.config.json

(https://webpack.js.org/guides/)

License

MIT