Skip to content

Milner39/Product-Listing-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing

Configure a /.env file using the /.env.example file as a guide

Install dependencies with npm install

Create a database:

npm run db:generate
npm run db:migrate

Start a development server:

npm run app:dev

Testing

Run test scripts:

npm run app:test

Building

Create a production build:

npm run app:build

You can preview the production build with npm run app:preview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published