BoilerPlate For QuickStart with you Electron Application Powered by Angular and UI by Material Design Lite
Clone and run for a quick way to see Repo in action.
This is a minimal Requirement For Getting Started with Electron application with all functionalities og angular.
Use this app along with the Electron API Demos app for API code examples to help you get started.
Directory Structure:
package.json- Points to the app's main file and lists its details and dependencies.webpack.config.js- Points to the configurations of Webpack.tsconfig.json- Contains Configiration for TypeScript TypeScript Configurations.app- Contains your actual Angular Project and its seprate Package.json.
You can learn more about each of these components within the Quick Start Guide.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/ashifa454/BoilerPlate-Angular-Electron
# Go into the repository
cd BoilerPlate-Angular-Electron
# Install dependencies
npm install
# Run Watch
npm run watch
#ctrl+c when it's done (PS: It will not stop automatically, just force quit when it does'nt show Errors)
# Run the app
npm startNote: If You are can contribute in this repo then feel free to add your efforts..