Skip to content

abiramrnair/create-pop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create a sample pop! JS application easily.

  1. npm i -g create-pop-app
  2. create-pop-app <directory_name>

Motivation

Manually cloning boilerplate for every new project is tedious and so this package was made for convenience and to imitate the project setup interface that other frontend frameworks have. The script will clone the demo-pop-app repo and copy it to a user specified folder. The demo-pop-app repo is available at https://github.com/abiramrnair/demo-pop-app.

Guide

Get familiar with the pop! JS framework by checking out the guide available at https://abiramrnair.github.io/pop-js/.