/Dolphin-Web-3

Responsive website created with React.js and Bootstrap

Primary LanguageJavaScript

Dolhin Web v3

React version React-router-dom version Bootstrap version GitHub top language GitHub repo size LinkedIn

Responsive website created with React.js and Bootstrap, to see it live access Marina Dolphin.

Summary

🚦 Getting Started

These instructions will get you a copy of the project up and running on your local machine. See deployment for notes on how to deploy the project.

Prerequisites

To run this project is required to have Node.js installed, the instructions for installing it can be found on the Node's page.

You will also need a dependency manager, the main options are NPM which is installed with Node.js, or you can get YARN.

Finally download the images required in the project.

Installing

Install the dependencies from package.json, open a terminal on the project root directory and run:

$ npm install

# or

$ yarn install

Rename the downloaded images directory to images, and move it inside /src.

To start the application, inside de project root directory run:

$ npm run start

# or

$ yarn start

🔝 Deployment

To deploy this aplication, open a terminal on the project root directory and run:

$ npm run build

# or

$ yarn build

💻 Built With

🙋‍♂️ Authors