Skip to content

twreporter/viz-min-wage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de15838 · Sep 11, 2017
Aug 24, 2017
Sep 11, 2017
Aug 23, 2017
Sep 11, 2017
Sep 11, 2017
Aug 17, 2017
Aug 21, 2017
Aug 23, 2017
Jun 30, 2017
Jun 7, 2017
Aug 21, 2017
Sep 11, 2017
Sep 11, 2017
Aug 21, 2017
Sep 11, 2017
Jun 7, 2017
Aug 16, 2017
Aug 12, 2017
Aug 21, 2017

Repository files navigation

Multimedia Project: Minimum Wage

Export static files

You can export static files simply running the following command (See Next.js document)

npm run build

Remember to check all the exported paths have been properly configured in exportPathMap in next.config.js.

All the static assets will be exported to ./out folder. You can use the following command to run a simple server to see the exported results.

node staticServer.js

Export for production

npm run build

All of the links to static assets will be added with prefix: appConfig/assetPrefix, which can be configured in config.js

Useful links