-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e006e7a
commit 6e42d4c
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# jsramverk-me-page | ||
|
||
[![Build Status](https://travis-ci.org/Nicklaspoke/jsramverk-client.svg?branch=master)](https://travis-ci.org/Nicklaspoke/jsramverk-client) | ||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Nicklaspoke/jsramverk-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Nicklaspoke/jsramverk-client/?branch=master) | ||
|
||
## How to run the application | ||
|
||
### prerequisites | ||
* nodejs version >= 12 (developed on version 14, but should work with the latest lts) | ||
|
||
- nodejs version >= 12 (developed on version 14, but should work with the latest lts) | ||
|
||
The easiest way to get the application up and running is to first use `npm i` to install all dependencies, after that use `npm start` to begin runnint the development server. | ||
Once the server has started, it can be accessed on localhost:3000 |