create-nft-store

1.0.0 • Public • Published

create-nft-store

npm cli for React boilerplate.

CLIENT STUFF:

  • run create-nft-store [name] in the local directory that you want to create the app
  • following the steps

DEV STUFF:

  • CLI tool is written in root/index.js
  • npm settings and bin will be in root/package.json
  • React template can be served locally with root/template
    • just run npm i && npm start like any react app
my-app
├── node_modules
├── package.json
├── .gitignore
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── App.css
    ├── App.js
    ├── App.test.js
    ├── index.css
    ├── index.js
    ├── assets
    │   ├── placeholder.jpg
    └── components
        ├── ListView.js
        ├── DetailView.js
        ├── LandingPage.js
        └── components.css

Readme

Keywords

none

Package Sidebar

Install

npm i create-nft-store

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.77 MB

Total Files

22

Last publish

Collaborators

  • alxlin