Web app for electronic components distributor
This project uses Next.JS for server-side rendering. It runs by Express server. Documentation can be found at https://nextjs.org/docs/getting-started.
- Clone the repository:
git clone https://github.com/krastbiz/dielcom
-
run
cd dielcom -
run
npm ci(or if there is no package-lock.json file, runnpm i) -
run
npm run dev
- run
npm run build - run
npm run start
- copy all the content to the root, omitting
.nextand.node_modulesfolders - run
npm ci - run
npm run build - run
npm run start
In order to run this project, you need node.js 16.17.1 or higher version