This project has been developed with:
A polls application that let user create new polls on web version and search for existing polls in mobile version.
To get full experience, you must run web and mobile environment.
- Run back-end:
#nlw-copa/server
npm install && npm run dev
#or
yarn && yarn dev
- Run web version:
#nlw-copa/web
npm install && npm run dev
#or
yarn && yarn dev
- Run web version:
#nlw-copa/mobile
npm install && npm run start
#or
yarn && yarn start
This project was guided and inspired by Rocketseat
