mirror of
https://github.com/FAUSheppy/is-it-the-junglers-fault
synced 2025-12-09 15:38:31 +01:00
15 lines
264 B
Markdown
15 lines
264 B
Markdown
# 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
|