Skip to content

Example project with Spring Boot, Docker, React.js, TypeScript and Webpack

Notifications You must be signed in to change notification settings

rjxby/onej-bell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

onej-bell

Example project with Spring Boot, Docker

React.js, TypeScript and Webpack

Prerequisites client-side

  • npm install -g tsd
  • npm install -g webpack

Installation client-side

  • npm install — fetch dependencies from npm
  • tsd update — install type definitions for React.js
  • npm run build — build project into ./dist
  • it runs webpack -p under the hood

====================================================================================

Run server-side

  • mvn package docker:build — build project
  • docker run -p 8080:8080 -t rjxby/onej-bell — run spring-boot application

About

Example project with Spring Boot, Docker, React.js, TypeScript and Webpack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published