Skip to content

james-spears/loomse-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoomSE Demo Project

This project intendeds to provide a starting point for users of LoomSE.

Install Dependencies

Start by installing the project dependencies using either npm or yarn.

Using npm type:

npm i

Using yarn type:

yarn install

Build Project

The package.json scripts field has been preconfigured with a build command that uses webpack.

Using npm type:

npm run-script build

Using yarn type:

yarn build

Run LoomSE in the Browser

The previous build command should have produced a directory dist in the project root folder. Open dist/index.html using your preferred browser and see LoomSE in action.

About

A starting point/demo for LoomSE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published