Skip to content

elenarojas/mattress-shop

Repository files navigation

Mattress Shop

Author: Elena Rojas.

Prerequisites

Node (version 14.0.0 or latest)

npm (version 6.14.5 or latest)

Setup Guide

  1. Install yarn

    Yarn installation page

  2. Install project libraries:

Go to project folder and run:

yarn install

Available Scripts

In the project directory, you can run:

yarn 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.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn 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!

See the section about deployment for more information.

Technologies Used

Tech Description
React Fast, composable client-side components.
Create React App Create React App is an officially supported way to create single-page React applications. It offers a modern build setup with no configuration.
React Router and React Router Dom A complete routing library for React
react-i18next Internationalization framework
History Manage session history anywhere JavaScript runs.
typescript TypeScript is a typed superset of JavaScript that compiles to plain JavaScript
Jest Automated tests with built-in expect assertions
React Testing Library A very light-weight solution for testing React components.
ESLint Lint JS. Reports syntax and style issues. extending Aribnb preferences eslint-config-airbnb for additional React specific linting rules.
Prettier An opinionated code formatter.
SASS Compiled CSS styles with variables, functions, and more.

About

React Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published