Small web mobile application to remember to take news from friends
Uses:
Commands can be run nativelly (using Node, npm and react scripts) or using docker.
Nativelly | Dockerized |
---|---|
npm install |
make docker_build |
Nativelly | Dockerized |
---|---|
npm run build |
make build |
Nativelly | Dockerized |
---|---|
npm start |
make dev |
-
Automatic reformat:
Nativelly Dockerized npm run format
make format
-
Static analysis (lint):
Nativelly Dockerized npm run lint
make lint