/BRAEvents

Primary LanguageTypeScript

Project created for educational purposes

Used in the test of the company MBLabs, application responsible for managing events, selling tickets.

GitHub top language Codacy grade Repository size GitHub last commit Repository issues

Technologies

For installation just run the command below

Clone:

git clone https://github.com/luiz123o/BRAEvents.git

Install dependencies

yarn

Run the server

yarn server

Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • start: starts a simple server with the build production code
  • lint: runs the linter in all components and pages
  • server: run the fake server
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • storybook: runs storybook on localhost:6006
  • build-storybook: create the build version of storybook