Skip to content

This Repository contains Boilerplate code for initiating Electron App Powered by Angular2 with Material Design Lite

License

Notifications You must be signed in to change notification settings

ashifa454/BoilerPlate-Angular-Electron

Repository files navigation

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 Use

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 start

Note: If You are can contribute in this repo then feel free to add your efforts..

License

CC0 1.0 (Public Domain)

About

This Repository contains Boilerplate code for initiating Electron App Powered by Angular2 with Material Design Lite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 24