/ecommerce-witz

This project is built using NextJS as the main framework, NodeJS for the server, SASS for styling, and TypeScript for type safety. It uses modern architecture and server-side rendering to provide a fast and efficient user experience.

Primary LanguageTypeScript

Project Store

This project is built using NextJS as the main framework, NodeJS for the server, SASS for styling, and TypeScript for type safety. It uses modern architecture and server-side rendering to provide a fast and efficient user experience.

Installation

To install this project, you will need to have NodeJS and npm installed on your system. Once you have those installed, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory in your terminal.
  3. Run npm install to install all of the project dependencies.

Running the Server

To start the server and run the project locally, use the following command:

npm run dev

This command will start the server and launch the application in your default web browser. If you make changes to the code while the server is running, the changes will be automatically detected and the page will be refreshed with the updated code.

TypeScript

This project uses TypeScript for type safety. All of the TypeScript files are located in the src directory. To compile the TypeScript files, run the following command:

npm run build

This command will compile the TypeScript files into JavaScript and output the compiled JavaScript files in the out directory.

Conclusion

In conclusion, this project is built using NextJS, NodeJS, SASS, and TypeScript. It uses modern architecture, server-side rendering, and is fully typed for type safety. To install and run the project locally, use the npm run dev command.