Skip to content

mtscarvalho/untitledmusicalapp

 
 

Repository files navigation

Untitled Musical App

...

Development

The Untitled Musical App is a React application built using Parcel.

To start, clone the repository and run:

npm start

This will install dependencies, copy the pre-commit hook and spin up a development server.

Conformance

We use ESLint, Prettier and TypeScript to maintain code quality. Run:

npm run format -- --write
npm run lint -- --fix

To fix most issues automatically, and:

npm run typecheck

To check types.

Deployment

Build the production bundle by running:

npm run build

Serve the dist directory.

License

Apache-2.0 © Arthur, Matheus and collaborators.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.4%
  • CSS 11.1%
  • JavaScript 10.7%
  • HTML 7.0%
  • Shell 2.8%