@ovnigames/framework
v1.0.4
Published
Front-side components of the OVNIGames framework
Downloads
16
Readme
OVNIGames Framework
Get an app with login, register, OAuth, instant multi-users communication ready in seconds.
First install the @ovnigames CLI:
npm install --global @ovnigames/cli
Then create a new project:
ovni new MyApp
cd MyApp
npm run start
You app is up and running locally.