Repo based on https://github.com/finmavis/webpack-4-boilerplate.git, made for klima-mitbestimmung.jetzt
To run this locally:
- Clone project
git clone https://github.com/ZipJo/petition-kmj-reboot.git .
- Install all dependencies using
yarn
ornpm install
- Start the development server using
yarn start
ornpm run start
- Open up http://localhost:3000
- Happy Hacking!