Giter VIP home page Giter VIP logo

coffeewip-website's Introduction

CoffeeWIP Website

πŸ”– Description

La pΓ‘gina web esta desarrollada en ReactJS y NextJS y el gestor de paquetes utilizados es NPM.

Para la definiciΓ³n de componentes, servicios, etc., se emplea functional programming evitando la creaciΓ³n de clases.

πŸ“ How to work with this project

Debes de seguir los siguientes pasos para poder trabajar en local.

1️⃣ Install NodeJS Dependencies

En primer lugar es necesario instalar las dependencias del proyecto.

npm install

2️⃣ Run HTTP Server with or whithout Cluster

Y despuΓ©s lanzar el servidor local, que por defecto serΓ‘ accesible desde la url: http://localhost:3000. Para ello es necesario lanzar el siguiente commando:

npm run dev

πŸ‹ Docker version

Build image locally and run it

docker build . -t coffewip-website
docker run -p 3000:3000 coffewip-website
# Browse http://127.0.0.1:3000

πŸ“‚ Code Scaffolding

/
β”œβ”€β”€ assets 🌈                   # Images Sources.
β”œβ”€β”€ components                  # Components.
β”œβ”€β”€ env                         # Environments.
β”œβ”€β”€ pages                       # Static pages.
β”œβ”€β”€ public                      # Root files.
β”œβ”€β”€ src                         # Server Application.
β”œβ”€β”€ ui-kit                      # Style kit.
└── ...

⛽️ Review and Update Dependences

For review and update all npm dependences of this project you need install in global npm package "npm-check-updates" npm module.

# Install and Run
$npm i -g npm-check-updates
$ncu

Happy Code

Created with JavaScript, lot of ❀️ and a few β˜•οΈ

This README.md file has been written keeping in mind

GitHub Markdown
Emoji Cheat Sheet

coffeewip-website's People

Contributors

josejpr avatar anexon avatar jucastil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.