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
.