Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ogptoolbox-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
53
Issues
53
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ogptoolbox
ogptoolbox-ui
Commits
329e2565
Commit
329e2565
authored
Apr 10, 2017
by
Emmanuel Raviart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve README.
parent
a827c0b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
13 deletions
+16
-13
README.md
README.md
+16
-13
No files found.
README.md
View file @
329e2565
...
...
@@ -16,16 +16,18 @@ It is both a free open source software and an open data project with complementa
See
[
LICENSE file
](
LICENSE.md
)
---
## Installation
git clone https://github.com/ogptoolbox/ogptoolbox-ui
cd ogptoolbox-ui
```
bash
git clone https://github.com/ogptoolbox/ogptoolbox-ui
cd
ogptoolbox-ui
```
### Install dependencies
npm install
```
bash
npm
install
```
This will install npm dependencies in
`node_modules`
and Elm dependencies in
`elm-stuff`
.
...
...
@@ -33,7 +35,9 @@ This will install npm dependencies in `node_modules` and Elm dependencies in `el
Start the hot-reloading webpack dev server:
npm start
```
bash
npm start
```
Navigate to
<http://localhost:3011>
.
Any changes you make to your files (.elm, .js, .css, etc.) will trigger
...
...
@@ -43,7 +47,9 @@ a hot reload.
When you're ready to deploy:
npm run build
```
bash
npm run build
```
This will create a
`dist`
folder (after removing the old one if present):
...
...
@@ -55,16 +61,13 @@ This will create a `dist` folder (after removing the old one if present):
To test the production build locally:
npm run serve
```
bash
npm run serve
>
ogptoolbox-ui@0.0.1 serve /home/cbenz/Dev/ogptoolbox/ogptoolbox-ui
>
static
--spa
dist
serving
"."
at http://127.0.0.1:3012
serving as a single page app
(
all non-file requests redirect to index.html
)
```
Navigate to
<http://localhost:3012>
.
## License
[
AGPL v3
](
https://framagit.org/ogptoolbox/ogptoolbox-ui/blob/master/LICENSE.md
)
Copyright (C) 2016 Etalab & contributors
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment