Skip to content

velosos/spotself

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotself quick Overview

npx create-react-app my-app cd my-app npm start If you've previously installed create-react-app globally via npm install -g create-react-app, we recommend you uninstall the package using npm uninstall -g create-react-app or yarn global remove create-react-app to ensure that npx always uses the latest version.

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

Then open http://localhost:3000/ to see your app. When you’re ready to deploy to production, create a minified bundle with npm run build.

npm start

Get Started Immediately You don’t need to install or configure tools like webpack or Babel. They are preconfigured and hidden so that you can focus on the code.

Create a project, and you’re good to go.

About

A personal audio player created with React.js. All parts of global state management are built with Context API, and Sass and show full power of the useRef hook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors