Skip to content

stefanogali/moshi-moshi-project-next

Repository files navigation

This is a Next.js project bootstrapped with create-next-app. The live website can be foound at www.moshimoshiproject.co.uk/

Getting Started

First, install the dependencies with

npm install

This website has been built using React Bootstrap, and it uses an SQL Database to pull products data from the DB.

For the project to run correctly on your local, you need to create environment variables where these are required to pull data from the DB. Then you can run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Alternatively you can run

npm run storybook

to view client components on Storybook on http://localhost:6006/

npm run test

to run tests on client components

About

Small ecommerce created with NextJs and React Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published