Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 901 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 901 Bytes

Description

Welcome to my Shoes Rack ❤️

Available Scripts

In the project directory, you can run

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn dev

Runs React script.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

`yarn knex:migrate:make "your file name"

Create migration file. Migration file will be stored in /migrations.

yarn knex:migrate:lates

Runs migrations that migrations folder /migrations.

yarn knex seed:run

Seeding data to database.