This starter scaffolds a frontend using React and goldpage.
-
Get the code.
git clone git@github.com:reframejs/reframe-frontend
-
Install the dependencies.
cd reframe-frontend/ && yarn install
-
Start the dev server.
yarn dev
That's it: you can now go to http://localhost:3000 and start hacking.