Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 420 Bytes

processo-seletivo-frontend

This repository contains the most basic implementation of react with redux and sass.

Installing the dependencies

Run npm install or yarn, depending on your preference.

Running

To run the live server, install the dependencies, then run npm start or yarn start.

Building

To build for production, install the dependencies, then run npm run build or yarn build.