- General Info
- Technologies
- Setup
- Contributing
This project is a simple E-commerce with a few features that I build while learning HTML, CSS, Javascript & Typescript during the Onboarding stage of the Rooftop Academy Bootcamp.
- HTML
- CSS
- Javascript
- Typescript
Clone the project and install dependencies:
git clone https://github.com/RooftopAcademy/agustin_tosco_compartido.git
npm install
Configure your .env
file to define the HOST and PORT your app will be using.
HOST='HOST NAME GOES HERE'
PORT='PORT NAME GOES HERE'
In your console run the following code:
npm run build && npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.