rbiggs / composi-clicker-example

An example of converting a React clicker into a Composi one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

composi-clicker-example

An example of converting a React clicker into a Composi one

Author: rbiggs

(c) 2018 to present All Rights Reserved

This project is created using Composi. You can learn more about Composi and how to use it at its website.

Getting Up and Running

In order to build this project you need to install its dependencies. Use the terminal to cd to this folder. Then run:

npm i

After NPM finishes installing the project's dependencies, it will build and launch the project in your default browser.

You can relaunch the project at any time by running:

npm run build

This will open your built project in your default browser.

About

An example of converting a React clicker into a Composi one

License:MIT License


Languages

Language:CSS 51.1%Language:JavaScript 39.4%Language:HTML 9.4%