The following tasks have been defined by this project's Crossbow configuration. Run any of them in the following way
$ crossbow run <taskname>| Task name | Description |
|---|---|
|
Alias for: - build- app-shell |
|
Run the parcel bundler to create the production-ready assets |
|
Serve the dist folder (note: this will set NODE_ENV=production) |
|
Render the App shell. Alias for renderSubject-clean renderSubject-ts renderSubject-output |
|
Alias for: - @npm rm -rf renderSubject/** |
|
Alias for: - @npm tsc src/renderSubject/index.tsx --jsx react --jsxFactory h --lib DOM,ES2015 --outDir renderSubject/dist |
|
Alias for: - @sh node renderSubject/dist/renderSubject/index.js |