Skip to content

CandresFelipe/Napptilus-project

Repository files navigation

Napptilus project

Repository for a small application to purchase mobile phones. The description of the work develop in this project is found in in this PDF

Getting started

Make sure you are using the same node version of this project otherwise vite won't start the server. This project uses Node 16.14.2

Go to your terminal and clone this repository by executing this in your terminal:

  git clone https://github.com/CandresFelipe/Napptilus-project.git

Once this is successfully cloned, go to the project directory from where is located.

  cd napptilus project

Before starting vite server, you need to setup the local env variables. For this you need to create a .env file in the root of your project and add this endpoint:

VITE_API_URL="https://itx-frontend-test.onrender.com/api/"

( The endpoint may change subjected to operability )

Install dependencies

Setting up the development environment

Below you will find the command for setting up the project within your machine.

  npm install

Start the dev server

  npm run start

Build for production

  npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published