add readme

This commit is contained in:
Yannik Schmidt
2020-10-09 14:17:03 +02:00
parent 3676bac359
commit 227df28aae

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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