jmap-js-app

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i jmap-js-app

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

7.89 MB

Total Files

11

Last publish

Collaborators

  • k2-dev