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 0af0d980fe updated make file 3 years ago
html updated make file 3 years ago
src React Hooks 3 years ago
test Spago React Scaffold 3 years ago
.gitignore Spago React Scaffold 3 years ago
LICENSE added license 3 years ago
Makefile updated make file 3 years ago
README.md Spago React Scaffold 3 years ago
package-lock.json added parcel bundler to package.json 3 years ago
package.json added parcel bundler to package.json 3 years ago
packages.dhall Spago React Scaffold 3 years ago
spago.dhall React Hooks 3 years ago

README.md

spago-react-scaffold

Build the project

make build

Build and watch the project

make build-watch

Bundle the app to index.js

make bundle

App development workflow

This is probably not ideal.

On one terminal run

make bundle-watch

On another, run this command so the application will run on the browser

make start