lucasjs / quero-challenge

:school_satchel: Quero challenge

Home Page:https://quero-challenge.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quero Challenge

David GitHub repo size GitHub GitHub last commit

Screenshot

Stack:

Run the project locally

1 - Clone the project and install the dependencies:

$ git clone https://github.com/lucasjs/quero-challenge.git
$ cd quero-challenge
$ npm install

2 - Run development mode:

$ npm start

Open http://localhost:8080 to view it in the browser.

Scripts

Build:

$ npm run build

Storybook:

$ npm run storybook

Open http://localhost:9009 to view it in the browser.

Folders

.
├── README.md
├── LICENSE
├── .storybook/
|   ├── addons.js
|   ├── config.js
|   └── webpack.config.js
├── public/
|   └── index.html
├── src/
|   ├── components
|   ├── containers
|   ├── stories/
|   |   └── index.js
|   ├── App.css
|   ├── App.js
|   ├── global.css
|   └── index.js
├── package.json
├── screenshot.png
├── webpack.config.js
├── yarn.lock
├── .babelrc
├── .editorconfig
├── .eslintrc.json
├── .stylelintrc
└── .gitignore

About

:school_satchel: Quero challenge

https://quero-challenge.netlify.com/

License:MIT License


Languages

Language:JavaScript 70.5%Language:CSS 28.6%Language:HTML 1.0%