Skip to content

yankouskia/gameplate

Repository files navigation

gameplate

Boilerplate for creating simple game using WebGL

Prepare

git clone https://github.com/yankouskia/gameplate.git
cd gameplate
npm install

For using Redux Dev Tools install Extension

Start

npm run dev

And go to http://localhost:3000

More details about used technologies

Recommended Atom plugins

  • atom-ternjs JavaScript code intelligence for atom with tern.js and autocomplete-plus
  • editorconfig Helps developers maintain consistent coding styles between different editors
  • highlight-selected Highlights the current word selected when double clicking
  • linter A Base Linter with Cow Powers
  • linter-eslint ESLint plugin for Atom Linter
  • language-babel Babel JavaScript ES201x, React JSX & Flow Grammar & Transpiler