@fed1/cloth
v1.0.0-preview.5
Published
WARNING: DO NOT USE! This library does not have a stable release yet.
Downloads
12
Readme
Cloth Frontend UI Framework
WARNING: DO NOT USE! This software does not have a stable release yet.
A simple frontend framework similar to React+Redux (but without special syntax) built on JSOS.
Creating a new Cloth project
Create an empty directory, install Cloth and initialize the project:
mkdir my-cloth-project
cd my-cloth-project
npm i @fed1/cloth
npx cloth init
Please note that the init
command replaces any existing files except for the package.json file.
That's why you should only ever run this in an empty directory. It should be the very first step
in building your project.