JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 73
  • Score
    100M100P100Q83157F
  • License MIT

interactive CLI initializer for skaffold project

Package Exports

  • skaffold

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (skaffold) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

SKAFFOLD

npm install -g skaffold

Skaffold is an open source framework for creating ecommerce applications within minutes and hopefully it would be extended to other kinds of systems also. This is the initializer for a skaffolded project.

STEPS TO INSTALL

  • open a terminal on your computer and run the following command npm install -g skaffold
  • setup a new project by doing npm init in a new folder
  • run skaffold [Project name] from your terminal in your project folder.
  • if Project name is not supplied then skaffold uses the name of the current folder although you can still override it in the steps that follow.
  • answer the questions that follow to setup your new application. pressing enter chooses the defaults for this application.
  • then run the command npm install
  • remember to create your database tables. at least until i add migrations.

Now your application is all setup. Have fun coding ;)

Run your application by running node index from your terminal