alicie232 / capstone-project

capstone-project-nu-five.vercel.app
MIT License
1 stars 1 forks source link

React App

This is a template for a Create React App with additional tools.

It uses the following tools/libraries:

Tech-Stack

Project Setup

This project uses different deployments to make code reviews easier:

Set up Vercel

Please follow this guide: https://vercel.com/docs/concepts/git

Getting started

Run the development server:

npm run start

Run storybook:

npm run storybook

Test Driven Development

We use jest to write unit tests. Please look at the Documentation for Jest and testing-library.

Commands

Run the development server:

npm run start

Build:

npm run build

Run storybook:

npm run storybook

Build storybook:

npm run storybook:build

Run all tests:

npm run test

Run stylelint

npm run stylelint

Run eslint

npm run eslint

Run all linters

npm run lint