内容简介:Build Your Beautiful Cross-Platform Application usingThese instructions will get you a copy of the project up and running on your local machine for development.Download and Install the latest version of
Electron React Boilerplate ·
Build Your Beautiful Cross-Platform Application using Electron and React .
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development.
Pre-Requirements
* GIT
Download and Install the latest version of GIT for Windows .
* NodeJS
Download and Install the stable version of NodeJS for Windows .
Cloning This Repository
- Open Command Prompt.
- Change the current working directory to the location where you want the cloned directory to be made.
- Type
git clone https://github.com/JaganGanesh/electron-react-boilerplate.git
- Press Enter. Your local clone will be created .
Installing Dependencies
To install all the dependencies in package.json
type the following command.
npm install
Development
npm run-script start
Build
npm run-script build
Distribution
npm run-script package
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Contributing Code
We'd love to accept your patches ! If you have improvements, send us your pull requests!
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
大数据时代的算法:机器学习、人工智能及其典型实例
刘凡平 / 电子工业出版社 / 2017-1 / 49
《大数据时代的算法:机器学习、人工智能及其典型实例》介绍在互联网行业中经常涉及的算法,包括排序算法、查找算法、资源分配算法、路径分析算法、相似度分析算法,以及与机器学习相关的算法,包括数据分类算法、聚类算法、预测与估算算法、决策算法、关联规则分析算法及推荐算法。《大数据时代的算法:机器学习、人工智能及其典型实例》涉及的相关算法均为解决实际问题中的主流算法,对于工作和学习都有实际参考意义。 《......一起来看看 《大数据时代的算法:机器学习、人工智能及其典型实例》 这本书的介绍吧!