Giter Site home page Giter Site logo

thgruiz / omnistack11 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.24 MB

This repository was created to host the artefacts generated in the free NodeJs/React/ReactNative course offered by Rocketseat on the 'Semana Omnistack 11.0'

JavaScript 86.51% HTML 0.95% CSS 12.54%
node npm react react-native react-router react-icons react-router-dom axios react-axios expo

omnistack11's Introduction

First Class commands: 

Set-ExecutionPolicy Bypass -Scope Process
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco
choco /?
cinst nodejs-lts
Get-ExecutionPolicy
cinst nodejs-lts
node -v
npm -v
md backend
cd .\backend\
npm init -y
npm install express
node .\index.js
cd ..
npx create-react-app frontend
cd .\frontend\
npm start
node .\index.js


Second class commands:

npm install nodemon -D
npm start
npm install knex
npm install sqlite3
npx knex init
npm start
npx knex migrate:make create_ongs
npx knex migrate:latest
npx knex migrate:make create_incidents
npx knex migrate:latest
npm install cors


Third class commands:

npm install react-icons
npm install react-router-dom
npm install axios


Fouth class commands

npm install -g expo-cli
npm install -g expo-cli (2 times, first time i got node-gyp erro saying tha I don't have python)
expo init mobile
cd mobile
yarn start (error: not installed)
npm start
npm install @react-navigation/native
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack
expo install expo-constants
expo install expo-mail-composer
npm install axios
npm install intl

Fifth class commands:

npm install celebrate
npm install jest -D
npx jest --init
npm test
npm install cross-env
npm install supertest -D

omnistack11's People

Contributors

dependabot[bot] avatar thgruiz avatar

Watchers

 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.