- Node;
- (npm/yarn);
This project has developed with:
Clone the project and access the folder.
$ git clone https://github.com/rcapeto/rocketseat-ignite-react.git
$ cd rocketseat-ignite-react
To start, follow the instructions:
- Frontend
# Navigate to frontend folder
$ cd frontend
# Install dependencies
$ yarn
# Start project
$ yarn dev
The app will be available in the web address.
- Backend
# Navigate to backend folder
$ cd backend
# Install dependencies
$ yarn
# Start project
$ yarn dev
The app will be available in the web address.
- Dashboard using Next.
Made with ๐ค by Developers.