melquisedecfelipe / warren

:moneybag: Available test to frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warren

Technologies   |    How To Use   |    Commands   |    Learn More

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js + Yarn installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/melquisedecfelipe/warren

# Go into the repository and install dependencies
$ cd warren && yarn

# Run
$ yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

🔨 Commands

  • dev: runs your application on localhost:3000
  • start: runs your production build version on localhost:3000
  • build: creates the production build version
  • lint: runs the linter in all components and pages
  • lint:fix: same to lint and try automatically fix problems
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode

📝 Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

:moneybag: Available test to frontend

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 2.2%Language:Shell 0.2%