Skip to content

fernandomachado90/aura-social

Repository files navigation

aura-social

React frontend page for Aura Social. See also aura-social-api.

aura social demo

Requisites

Commands

In the project directory, you can run:

make setup

Installs dependencies modules.

make build

Builds deployable version of React app.

make format

Formats source code using Prettier.

make start

Runs the app in development mode on http://localhost:3000.

make test

Launches the test runner in the interactive watch mode.

make publish

Publishes static page to GitHub Pages using gh-pages. Tutorial available here.

Credits & Inspirations