Project builded during the OmniStack week provide by RocketSeat.
Use the node package manager npm to install node dependencies.
npm install
To running locally just run:
yarn dev
If you don't have yarn installed in your local machine, the download can be did from oficial page.
This FrontEnd project was builded usign ReactJS.
You can see more about it in his oficial page, clicking here.
Use the node package manager npm to install node dependencies.
npm install
To running locally just run:
npm start
Automatically will be open in your browser the address: http://localhost:3000.
Use the node package manager npm to install node dependencies.
npm install
To rebuild Android and iOS folder run this command:
react-native eject
react-native link
After this just run the command to start the project, in my case I runned in Android OS.
react-native run-android
If you need read more about React-Native, how to prepare your enviroment access oficial page here.
This README isn't finished yet but could help a lot to start this project.