Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 573 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 573 Bytes

Walkwards

Walkwards is a project created for the "Zwolnieni z Teorii" competition. The aim of the project is to motivate young people to live more actively. Application was built with React, Redux, TailwindCSS, FramerMotion

Installation and Setup Instructions

Instalation:

npm install / yarn install

To start server:

npm start / yarn run

Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

To Run Test Suite:

npm test