We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3604378 commit f25947eCopy full SHA for f25947e
1 file changed
README.md
@@ -1,13 +1,11 @@
1
# Advanced Javascript Test
2
-
3
The intention of this repository is to present my JavaScript skills. The test was developed by [Adrien Bianchi](https://gitlab.com/adrien_ncco).
4
5
-## Dependencies
6
-### Install NodeJS
7
-https://nodejs.org/en/
8
9
## Installation
10
-`npm i`
+
+* `npm i`
11
12
## Run (LiveReload)
13
-`npm run serve`
+* `npm run serve`
+* Go to [http://localhost:3001](http://localhost:3001)
+* The result can be seen in the developer console.
0 commit comments