create-pers-app
v1.3.2
Published
Generate a PERS based application
Maintainers
Readme
create-pers-app
Generate a parcel-electron-react-sass application using the PERS Boilerplate
The boilerplate can be cloned it and use it directly, but the create-pers-app generator downloads a zip archive of the master branch, create an application directory and install the npm packages with a single command.
Installation
Note: Might need
sudoif node was install through the package manager.
$ npm install -g create-pers-app
$ create-pers-app my-app
$ cd my-app
$ npm startor
$ npx create-pers-app my-app
$ cd my-app
$ npm start