Skip to content

prichodko/foundation

Repository files navigation

Foundation

State of the Art Frontend Development Environment

Prerequisites

Stack

Development

Clone the project

  git clone https://github.com/<USERNAME>/<PROJECT_NAME>.git

Go to the project directory

  cd <PROJECT_NAME>

Install dependencies

  yarn

Start the development server

  yarn dev

Visit localhost:3000 to see the website.

Commands

To run TypeScript

yarn type-check

To run ESLint

yarn lint

To run Prettier

yarn format

To run end-to-end tests

yarn test:e2e

To open Storybook

yarn storybook

Production

Create a production build

yarn build

Start the server

yarn start

About

State-of-the-Art Frontend Development Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published