Skip to content

zayez/storefly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storefly

Build Status

Requirements

Setting up tools

To setup the development environment, type:

nix-shell shell.nix

Development

Installing the server dependencies

cd server
npm install

Creating the database

Inside the server directory, type:

npm run create:db:dev

Installing the client depedencies

cd ../client
npm install

Now you're ready to start development, run the following command inside the client directory:

npm run start:dev

License

MIT.

About

E-commerce solution for Node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published