Skip to content

Bonerdelli/fundraise-up-test-work

Repository files navigation

Fundraise Up Test Work

This repository contains the test work for Fundraise Up.

Installation

To get started with this project, clone the repository and install the dependencies using npm:

git clone https://github.com/your-username/fundraise-up-test-work.git
cd fundraise-up-test-work
npm install

Usage

Build

To build the project, run:

npm run build

This command will use webpack to bundle the source code.

Start Development Server

To start a development server with hot reloading, use:

npm start

This will launch webpack-dev-server.

Linting

To lint the TypeScript source files, run:

npm run lint

To automatically fix linting issues, use:

npm run lint:fix

Author

Andrey Nekrasov Email: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published