Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.27 KB

Dance_Visualizer

An application with the aim of helping choreographers and dance teachers.

The core idea for the project is to help choreographers and dance teachers to visualizer their idea, artistic impressions on a platform that made specifically to conduct movement through the act, enhance the overview of coordination and overall planning of a perfomance. It is made in tight collaboration with Estonian folk dance teachers and the main idea is to provide them with modern age tools that they can use to better Estonian (folk) dance culture.

Running Dance_Visualizer project

Locally you can start the project with:

npm run dev

Runs the app in the development mode and opens a json-server concurrently. Open http://localhost:3000 to view the app in the browser. Open http://localhost:3001/items to view mock database.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.