Skip to content

martinshkreli/shmusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shmusic

How to use

First, make sure modern versions of node and yarn are installed.

Install dependencies

yarn install

Run the app

npm start

A new window should open. Otherwise, the app can be found at http://127.0.0.1:3000/. Any changes to the project files will trigger a new build, followed by a refresh.

What's here

  • /src is the main app directory, where changes are to be made.
  • /src/components contains stateless, presentational components.
  • /src/containers contains the container components, responsible for data fetching and interacting with the app's state tree.
  • /src/modules contains the app's Redux bundles.
  • /src/store contains the app's configuration for the Redux store.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published