Files
is-it-the-junglers-fault/README.md
Yannik Schmidt 227df28aae add readme
2020-10-09 14:17:03 +02:00

264 B

Description

This is a small react app to find out if it really was your junglers fault.

Setup

npm install
npm install bootstrap jquery popper.js --save

# dev
npm start
# prod
npm run build
npm install -g serve
serve -s build