0.1.0 • Published 4 years ago

jmap-js-app v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

The application is accessible at this location :

http://localhost:8080/services/jmap/

Install the following vs-code extensions :

- "TSLint (deprecated)" extention
- "Prettier - Code formatter" extention (Author : Esben Petersen)
- "vscode-styled-components" extention (Author : Julien Poissonier)

Install all dependencies :

# npm i

Configure vscode

- Create or edit app/.vscode/settings.json
- Add the following content :
{
  "tslint.autoFixOnSave": true,
  "tslint.enable": true,
  "tslint.configFile": "./build/tslint.json",
  "editor.formatOnSave": true,
  "editor.tabSize": 2,
  "editor.detectIndentation": false
}

Build the code

You can create a file env-config.js to manage your environnement variables (see ./build/readme.md).

Then to launch the build :

npm run build