Halogen Scaffold
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
piq9117 ee0f31bf59 Reverted to simple component 3 years ago
html spago halogen scaffold 3 years ago
src Reverted to simple component 3 years ago
test spago halogen scaffold 3 years ago
.gitignore spago halogen scaffold 3 years ago
LICENSE spago halogen scaffold 3 years ago
Makefile Reverted to simple component 3 years ago
README.md read me update 3 years ago
package-lock.json Reverted to simple component 3 years ago
package.json Reverted to simple component 3 years ago
packages.dhall spago halogen scaffold 3 years ago
spago.dhall spago halogen scaffold 3 years ago

README.md

spago-halogen-scaffold

Clone the project

git clone https://taezos.org/taezos/spago-halogen-scaffold.git <your-project-name>

Rename the following sections:

  • package.json - rename the name field to your desired project name.
  • spago.dhall - rename the name field to your desired project name.

Build the entire project, this includes spago and npm packages.

make build-all

Build spago packages.

make build

Bundle the project

make bundle

Run the project, make sure bundle has been created.

make start