Skip to content

initializer for skaffold ecommerce project which helps you quickly create an ecommerce application

Notifications You must be signed in to change notification settings

grantfayvor/skaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

initializer for skaffold ecommerce project which helps you quickly create an ecommerce application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published