1.0.0 • Published 3 years ago

create-nft-store v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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