slush-react-game

A slush generator for building games in react.

Usage no npm install needed!

<script type="module">
  import slushReactGame from 'https://cdn.skypack.dev/slush-react-game';
</script>

README

slush-react-game

A generator for developing games in react.

Getting Started

Globally install the generator.

$ npm install slush -g
$ npm install slush-react-game -g

Create a directory for your game.

$ mkdir my-react-game
$ cd my-react-game

Use the generator to start your game.

$ slush react-game

What is Slush?

Slush is a tool that uses Gulp for project scaffolding.

Slush does nothing except find and run slush generators.

To find out more about Slush, check out the documentation.