1.3.2 • Published 4 years ago
create-pers-app v1.3.2
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
sudo
if node was install through the package manager.$ npm install -g create-pers-app $ create-pers-app my-app $ cd my-app $ npm start
or
$ npx create-pers-app my-app
$ cd my-app
$ npm start