Code Monkey home page Code Monkey logo

opensaturdayfrontend's Introduction

OpenSaturday-Frontend

Build Status

Tecnologias y metodologias utilizadas:

  • Angular 1.6.1 is what HTML would have been, had it been designed for building web-apps. Declarative templates with data-binding, MVW, MVVM, MVC...
  • TypeScript TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
  • GulpJs is a task/build runner for development. It allows you to do a lot of stuff within your development workflow. You can compile sass files, uglify and compress js files and much more. The kicker for gulp is that its a streaming build system which doesn't write temp files.
  • SPA Single Page Applications (SPA) are built on expanding reach via the browser, reducing round tripping, and enhancing User Experience (UX)

Tienes que instalar las dependencias:

  1. Si no tiene Node.js instalado o tiene una versión inferior, ve a nodejs.org y haga clic en el botón de instalación grande verde.

  2. Instala typings, gulp y bower globalmente.

npm install -g typings gulp bower

Esto te permite ejecutar typings,gulp y bower desde la consola.

  1. Instala las dependencias locales con npm, typings y bower.
cd  opensaturdayfrontend && npm install && typings install && bower install

Flujo de desarrollo

Build "dist" folder

gulp build

RUN

gulp serve

DEPLOY

npm install now && cd dist && now

opensaturdayfrontend's People

Contributors

diogenespolanco avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar Cristian Rodríguez avatar  avatar

Forkers

christianrd

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.