Ma5ha / Rubicon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rubicon task

This application is made as test task by Rubicon company. The application is available on Heroku.As per requirements it does not include Bootstrap, but a custom layout system.Dependencies that are included in the app are: React, React-router-dom, Axios and React icons. The application is bootstrapped with create-react-app.

To run application in local environment download master or deployBranch. Firstly run npm install to install dependencies, than npm start to start the server. On more available script for the application read the rest of README.Md.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Or if you have downloaded deployBranch it will start with express server.

npm test

Launches the Jest test runner

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

npm run lint

To run eslint check

Lint rules are config with airbnb configuration

npm run lint:fix

To fix lint problems in application.

npm run format

To run prettier fromat set to airbnb

About


Languages

Language:TypeScript 83.7%Language:CSS 13.7%Language:HTML 1.5%Language:JavaScript 1.1%