nocobase/packages/samples/custom-signup-page
2022-11-04 21:23:02 +08:00
..
src
client.d.ts
client.js
package.json chore(versions): 😊 publish v0.8.0-alpha.13 2022-11-04 21:23:02 +08:00
README.md
server.d.ts
server.js

Custom sign up page

Register

yarn pm add sample-custom-signup-page

Activate

yarn pm enable sample-custom-signup-page

Launch the app

# for development
yarn dev

# for production
yarn build
yarn start

Visit the custom page

Open http://localhost:13000/hello-world in a web browser.