This project is created with Create Hotdog App.
This project requires Visual Studio Code and Yarn 1.
Open the project with VS Code, and installed the recommended extensions following the pop-up prompt. Alternatively, go to the extension tab on the left and search @recommended
, then click Install Workspace Recommended Extensions
.
Start a development server at http://localhost:3000 using Webpack Dev Server
yarn dev
Builds the app for production to the dist
folder using Babel and Webpack
Make sure to fill in the
homepage
field inpackage.json
. The build script will use the homepage to generate paths to static files in index.html. The dafault path is/
ifhomepage
field is not specified.
yarn build