Skip to content

christianrd/OpenSaturdayFrontend

 
 

Repository files navigation

OpenSaturday-Frontend

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

About

Frontend de la web app del opensaturday.org

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.5%
  • TypeScript 15.4%
  • HTML 9.0%
  • CSS 7.1%