Skip to content

XenoPOMP/coursework-2023

Repository files navigation

Course Work 2023

Node.js yarn typescript react

vite vitest @testing-library/react prettier framer-motion redux-toolkit axios react-query react-router-dom sass

latest github release Netlify


Getting started

  1. Install latest stable version of Node.js (v.18.13.0)
  2. Clone repository using this command in proper directory:
git clone https://github.com/XenoPOMP/react-vite-template.git .

or

Use template by clicking this link.

  1. Now you need to install libraries.
    I strongly recommend to use yarn package manager.

npm

npm install

yarn

npm install yarn -g
yarn

Available scripts

Run local development server for your application.

yarn dev

Run tests

yarn test:frontend
yarn test:backend
yarn test:fullstack
yarn coverage

Build static site from project files

yarn build

Preview built site

yarn preview