nocobase/packages/samples/custom-signup-page
2023-07-08 08:29:33 +08:00
..
src refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
client.d.ts refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
client.js refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
package.json chore(versions): 😊 publish v0.11.0-alpha.1 2023-07-08 08:29:33 +08:00
README.md Update README.md (#1053) 2022-11-09 09:19:29 +08:00
server.d.ts refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
server.js refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00

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 sign up page

Open http://localhost:13000/signup in a web browser.