adioss / MyWebAppBootstrap

My own web project quick boot/capitalisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI

License Build Status Dependency Status Codacy Badge Sonarcloud quality gate Sonarcloud lines Sonarcloud Coverage Sonarcloud Tech Debt

CD

https://mywebappbootstrap.herokuapp.com

  • users:
    • admin/admin
    • test/test

My simple webapp bootstrap V2:

  • backend
    • spring boot
    • basic auth
  • frontend
    • React / Redux / Webpack / Babel
    • semantic-ui for responsiveness
    • tooling(jest/enzyme)

What is this repository for?

  • My own project quick boot/capitalisation

How do I get set up?

  • Summary of set up

    • mvn clean package
    • Start main...
  • Some useful commands

    • launch hot-reload (http://localhost:3000)
      • npm start
    • launch test (and watch changes)
      • npm run test
      • npm run test:watch
    • udpate npm libs
      • ncu -u
  • Configuration

    • -Dspring.profiles.active=dev as VM arguments

About

My own web project quick boot/capitalisation

License:Apache License 2.0


Languages

Language:JavaScript 59.1%Language:Java 38.6%Language:HTML 2.0%Language:CSS 0.4%