/project--workout

The best places to work with technology

Primary LanguageTypeScript

WORKOUT | The best places to work with technology

reactjs, brisbane, styled-componets, berlin, jest, tokyo, react, new york, react testing library, sydney and more...

ABOUT THIS PROJECT

This project was developed to help people find the best places to work with technology. Made by Diego Silva


AVALIABLE SCRIPTS

In the project directory, you can run:

// installing the dependencies
yarn install
// run project on http://localhost:3000/
yarn dev

Run the app in the development mode by opening http://localhost:3000 to view it in the browser. The page will reload if you make edits.

// build project
yarn build
// starts a simple server with the build production code
yarn start
// runs the linter in all components and pages
yarn lint
// runs jest to test all components and pages
yarn test
// runs jest in watch mode
yarn test:watch
// creates .jest-test-results.json file to @storybook/addon-jest
yarn test:generate-output
// runs storybook on http://localhost:6006/
yarn storybook
// creates a new component. to create a Button component, for example, run: yarn generate Button
yarn generate <ComponentName>

Learn how to install yarn through the official documentation.


MAIN TECHNOLOGIES USED

next

To the best experiencie with server side rendering.

typescript

To give more power to my JavaScript code.

styled-components

To stylize my app as components.


ABOUT ME

My Github profile: https://github.com/coderamos/

My Linkedin profile: https://www.linkedin.com/in/coderamos/


Learn more about NextJS through the official documentation.