A minimal starting point for interactive applications or one-pagers.
The starterkit is based on these libraries:
It is based on a react starter by wbkd
Create a new Github repository with the template or clone the repo:
git clone [email protected]:investigativedata/joy-starter.git && cd joy-starter
then install the dependencies via npm:
npm install
you are now ready to develop your app.
Builds the application and starts a webserver with hot loading. Runs on localhost:8080
npm run start
Builds a minified version of the application in the build folder.
npm run build
Additionally, a zipped version of the bundle is added as build.zip
. We often use this for our clients to upload the application to their own servers.