top of page

Installations 'Welcome The Terabyte' - USELESS Welcome the MacPro Big Sur and Done!! Chu

  • Writer: ACS Acc
    ACS Acc
  • Nov 23, 2020
  • 2 min read

Updated: Dec 13, 2020


I just had to do it!


Dont do,


No I'm Doing It


£150 and the 3 Terabytes later I did it. An investment towards my future. highly recommended the WD Passport (SSD).


Currently in the process of downloading all the full stack developers handbag of installations the almost frazzled my laptop...


CREATE YOUR FIRST APP - Super fun, Kind of easy

Install React - Step by step instructions

Install Unity Hub and connect it to Visual Code



API DEVELOPMENT

Postman Download - *Extremely Large Download - API Building


MongoDB

I had to download the older version - *Note to self

Start first with this in the terminal

Copy and paste - brew services start mongodb-community@3.2

- mongo

and then I'll be in the MongoDB shell


__________

Thu 03 December 2020


React Native CLI Download

CLI = Command Line Interface


The FUN Part....

React Native App

> npm install expo-cli –-global didn't work for me but 'npm install -g expo-cli' did! - > expo --version - I'm currently on expo-cli@4.0.8

To create a new React Native project run the following command > expo init mynativeapp

*or alternatively run - > npx create-react-native-app <folder-name>


Once installed the app can be run through using the following commands.

> cd mynativeapp

> npm start


PURE REACT NATIVE APPLICATION

> npx react-native init <projectname>

* Once installed there are instructions to follow.


Installing Android Emulator


An Emulator is both hardware and software that enables one system to behave like another. Useful for testing how a program behaves.

Installing an Android Emulator


________________________

Sun 13th December 2020


I just bite the bullet and purchased a MacBook Pro today and setting it up now. I have looked at ever method, time consuming and laggy! Just getting the hardware right and investing in my future means I should be able to work and catch up at break neck speed!! Today is a new day baby!!







 
 
 

Recent Posts

See All
Building the User Interface (UI)

A while back I decided to build a personal project within my role as SE that would make a difference and be impactful for my...

 
 
 
Expose Endpoint

After creating the Controller, expose the endpoint. Exposing the endpoint in the Controller - [HttpGet] <- Attribute - Adding this...

 
 
 

Comments


Post: Blog2_Post
bottom of page