Used in the test of the company MBLabs, application responsible for managing events, selling tickets.
- TypeScript
- NextJS
- Styled Components
- Jest
- React Testing Library
- Storybook
- Eslint
- Prettier
- Husky
- Styled Media Query
- Styled Icons
For installation just run the command below
Clone:
git clone https://github.com/luiz123o/BRAEvents.git
Install dependencies
yarn
Run the server
yarn server
dev
: runs your application onlocalhost:3000
build
: creates the production build versionstart
: starts a simple server with the build production codelint
: runs the linter in all components and pagesserver
: run the fake servertest
: runs jest to test all components and pagestest:watch
: runs jest in watch modestorybook
: runs storybook onlocalhost:6006
build-storybook
: create the build version of storybook