Skip to content
Snippets Groups Projects
Commit 8fd58824 authored by Simon Törnqvist's avatar Simon Törnqvist
Browse files

update readme

parent b3dbeea7
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,14 @@ cd app ...@@ -21,11 +21,14 @@ cd app
then run then run
```bash ```bash
npm install
npm start npm start
``` ```
This should open a live development server on your local machine and also open upp a browser displaying your rendered app. If no browser is opened then you can start your favorite browser and enter the url http://localhost:3000 (check your terminal to see that the port number really is 3000. It might be something else). This should open a live development server on your local machine and also open upp a browser displaying your rendered app. If no browser is opened then you can start your favorite browser and enter the url http://localhost:3000 (check your terminal to see that the port number really is 3000. It might be something else).
Note that ```npm install``` is only necessary the first time you download the project or when you add new npm dependencies.
# Production # Production
To build your app, navigate to the ```app/``` directory: To build your app, navigate to the ```app/``` directory:
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment