-
Development
- Developing through webpack-dev-server (with HMR turned on)
- execute command
yarn
to install dependencies - execute command
yarn run dev
to start devServer - visit
http://localhost:3000
- start developing
- execute command
- Developing with stand-alone node web server
- execute command
yarn
to install dependencies - execute command
yarn run watch
to start webpack and watch files - execute command
yarn run server
to start web server on which bundled files would be hosted - visit
http://localhost:3000
- start developing
- execute command
- Developing through webpack-dev-server (with HMR turned on)
-
Production
- Server production app with node web server
- execute command
yarn
to install dependencies - execute command
yarn run build
to generate bundle files - execute command
yarn run server
to start web server on which bundled files would be hosted - visit
http://localhost:3000
- execute command
- Server production app with node web server
generated from StephanieTM/fe-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
StephanieTM/music-player
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A web music player
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published