Warning: Make sure you're using Node.js and NPM
#clone this repo
$ git clone https://github.com/pulsarinformatique/starterkit-wordpress.git
# change directory to your app
$ cd my-theme-name
# install the dependencies with npm
$ npm install
# start the server
$ npm run start
What you need to run this app:
nodeandnw(Use NVM)- this last version is recommended
forkthis repocloneyour forknpm installto install all dependencies
After you have installed all dependencies you can now run the app with:
npm run start or npm run watch
After you've developed app, you can build and compress the app with:
npm run build
then the bundle files are placed on the output dir e.g. /dist
Run npx stylelint "**/*.css" for testing syntax scss/css
PULSAR AGENCY