Recipe App
Modularity will allow you to break down your source code into parts, or modules, that are easier to work with, especially in a team environment.
Installation
Run this npm command to install dependencies:
Build
Run this npm command to build the JavaScript bundle:
Run
Run this npm command to build the JavaScript Bundle and open the browser to the app using the file api:
Updates
We've updated the project's dependencies to include the opener package. This will allow users to open/start files on both PCs and Macs via build scripts that use the '''opener''' command.
Last updated