/Sindigraf-Web

Responsive website created with React.js and TypeScript

Primary LanguageTypeScript

Sindigraf Web

React version Typescript version Styled Components version GitHub top language GitHub repo size LinkedIn

Responsive website created with React and Typescript, to see it live access Sindigraf.

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.

Installing

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

$ npm install

# or

$ yarn

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

  • React - JavaScript library for building user interfaces;
  • TypeScript - Typed JavaScript at Any Scale;
  • Styled Components - Visual primitives for the component age;
  • SweetAlert2 - A Beautiful, responsive, customizable, accessible replacement for JavaScript's popup boxes;
  • Reactstrap - Bootstrap framework for React;
  • Iconify - Unified icons framework;

🙋‍♂️ Authors