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: