Skip to content

diegoAndrade777/nlw-return

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NLW Return

Project Widget Feedback developed during the Rocketseat Next Level Week Return.
The project consists of the user will be able to send an application feedback to dev team.

Instalation

To install the dependencies and to execute the Backend, clone the project on your computer an execute:

# Enter on backend directory
$ cd server

# Install dependencies
$ npm install

# Start server
$ npm run dev

# running on port 3333

Frontend

To run the React's Frontend use:

# Enter on frontend directory
$ cd web

# Install dependencies
$ npm install

# Run
$ npm run dev

When the process end, automatically will open the page localhost:3000 on your web browser with the project.

Mobile

To run the Mobile app, use:

# Don't execute the following line if tou have the Expo (CLI) already intalled! 
yarn global add install expo-cli

# Enter on mobile directory
$ cd mobile

# Install dependencies
$ npm install

# Run
$ expo start

# Expo will open, just scan the qrcode on terminal or expo page

Licence

MIT © Rocketseat

Made with ♥ by Diego Andrade 👋 Get in touch!