# NiceBlogElectron **Repository Path**: leafMyCode/NiceBlogElectron ## Basic Information - **Project Name**: NiceBlogElectron - **Description**: NiceBlog (耐思博客客户端) is a series projects about a personal technology blog, Which was based on the project of @AngularClass's "angular-starter" and the project of @Funoqiongqiu's "NiceFish". - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-10-14 - **Last Updated**: 2023-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NiceBlogElectron(耐思博客桌面应用) NiceBlog is a series projects about a personal technology blog, Which was based on the project of @AngularClass's "angular-starter" and the project of @Funoqiongqiu's "NiceFish". - [NiceBlog]:The main App of the series projects,Front-end is based on Angular4 + bootstrap + Webpack。http://github.com/CN-Tower/NiceBlog - [NiceBlogAdmin]:This is the system admin interface of NiceBlog,based on AngularCLI + MaterialUI。http://github.com/CN-Tower/NiceBlogAdmin - [NiceBlogIonic]:The mobile App of NiceBlog, based on Ionic。http://github.com/CN-Tower/NiceBlogIonic - [NiceBlogElectron]:The Desk Top App of NiceBlog, based on Electron。http://github.com/CN-Tower/NiceBlogElectron - [NiceBlogBackEnd]:The back-end server of NiceBlog,based on NodeJS + Express + MongoDB。http://github.com/CN-Tower/NiceBlogBackEnd Love To Research and Happy To Share! Join me, and enjoy it :-) ### download the windows installer Link: https://github.com/CN-Tower/NiceBlogElectron/wiki/Win-Installer ### Quick start **Make sure you have Node version >= 6.0 and NPM >= 3** ```bash # clone our repo git clone https://github.com/CN-Tower/NiceBlogElectron.git # change directory to our repo cd NiceBlogElectron # install the repo with npm npm install # start the server npm start # package you app npm run package # if you're in China use cnpm # https://github.com/cnpm/cnpm ```