Skip to content

Mathieu-C/aquabronze

Repository files navigation

Front-end challenge

Installation

Install dependencies, NPM must be installed on your system.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Compiled production build will then be available in dist.

Available commands

// run automated tests
npm run test

// get coverage report
npm run test:coverage

// update test snapshots
npm run test -- -u

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published