Skip to content

jorbencas/Netflix_Anime

Repository files navigation

Cosas de Anime

Proyecto Anime realizado con la siguientes tecnologias, frameworks y librerias:

  • React
  • React Native

Configuración del proyecto

Actualizar Nodejs y NPM versiones

NVM: https://github.com/coreybutler/nvm-windows

Angular Font-Awesome

https://github.com/FortAwesome/angular-fontawesome

Angular Información

React Información

Vue Informacion

https://vuejs.org
Core Docs
      
https://forum.vuejs.org
Forum
      
https://chat.vuejs.org
Community Chat
      
https://twitter.com/vuejs
Twitter
      
http://vuejs-templates.github.io/webpack/
Vue Templates    

http://router.vuejs.org/
vue-router
      
http://vuex.vuejs.org/
vuex
      

http://vue-loader.vuejs.org/
vue-loader

https://github.com/vuejs/awesome-vue
awesome-vue

Vue Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.