Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (34 loc) · 1.02 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.02 KB

build status

Make back-office

Back office made with love and passion in scalaJs

Configure NPM Registry

Edit your ~/.npmrc file with content:

registry=https://nexus.prod.makeorg.tech/repository/npm
strict-ssl=false
always-auth=true

Then login with

npm login

Requirement: You must have a nexus account.

Launch process

  • sbt
  • fastOptJS::startWebpackDevServer
  • ~fastOptJS::webpack

In your browser access URL http://localhost:4242/webpack-dev-server/

Stop the server with:

  • fastOptJS::stopWebpackDevServer

Known Issues

Module WebpackDevServer not found

Fix:

  • remove ~/node_modules
  • restart launch process

License

This project is licenced under the GNU GPL license version 3 or later. See the license