Skip to content

codingstones/mosica-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spike using React for Mosica

mosica

Getting Started!

As we explain in this post and in this post, we didn't want to duplicate the core logic of the mosica project, so we decided to create a mosica-core universal project to be shared by all of our experiments.

You need to clone this project as mosica-core so it will be referenced from the package.json of the current project.

Installing Dependencies

$ yarn 

or

$ npm run install

Testing

- yarn test

or

- npm run test

Visual regression Testing

- yarn chromatic

or

- npm run chromatic

StoryBook:

- yarn storybook

or

- npm run storybook

Running app

- yarn start

or

- npm run start

About

Spike using React and Semantic-UI for an agenda of Musical Events (Mosica)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published